forked from ports/contrib
26 lines
649 B
Plaintext
26 lines
649 B
Plaintext
#
|
|
# /etc/pkgmk.conf: pkgmk(8) configuration
|
|
#
|
|
|
|
export CFLAGS="-Os -march=i686 -pipe"
|
|
export CXXFLAGS="-Os -march=i686 -pipe"
|
|
|
|
# PKGMK_SOURCE_DIR='/usr/pkgmk/source'
|
|
# PKGMK_PACKAGE_DIR='/usr/pkgmk/package'
|
|
# PKGMK_WORK_DIR="/usr/pkgmk/work/${PWD##*/}"
|
|
|
|
# PKGMK_DOWNLOAD=yes
|
|
# PKGMK_IGNORE_FOOTPRINT=no
|
|
# PKGMK_NO_STRIP=no
|
|
|
|
# Special setting for maintainers.
|
|
# PKGMK_KEEP_ON_ERROR=yes
|
|
|
|
# GNOME_MIRROR='ftp://ftp.gnome.org/pub/GNOME'
|
|
# GNU_MIRROR='ftp://ftp.gnu.org/gnu'
|
|
# KDE_MIRROR='ftp://ftp.kde.org/pub/kde/'
|
|
# PERL_MIRROR='ftp://ftp.cpan.org/pub/CPAN/modules/by-module'
|
|
# SOURCEFORGE_MIRROR='http://dl.sourceforge.net/sourceforge'
|
|
|
|
# End of file
|