diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-12-15 21:41:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-12-15 21:41:26 +0800 |
commit | 5880f682ce11cbb47639bfc2e8784bee4c7040a3 (patch) | |
tree | f170215bf1b05eb40445ebe1c7e527633b6b7bd9 /comms | |
parent | 288e8594af38e8bfd5d9b534050d32e9293bb2c6 (diff) | |
download | freebsd-ports-gnome-5880f682ce11cbb47639bfc2e8784bee4c7040a3.tar.gz freebsd-ports-gnome-5880f682ce11cbb47639bfc2e8784bee4c7040a3.tar.zst freebsd-ports-gnome-5880f682ce11cbb47639bfc2e8784bee4c7040a3.zip |
- add OPTIONS
Submitted by: bz
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b88b70330e23..d6c516e4aa6b 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.hylafax.org/source/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Fax software +OPTIONS= PAM "Include pam support" ON \ + NLS "Native Language Support" ON \ + GAWK "Use gawk for scripts" OFF \ + BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ |