diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-15 13:41:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-15 13:41:26 +0000 |
commit | faed73b16546c527919583045e6ae749adb8edf2 (patch) | |
tree | b6b58b4b0c378415a6cb9a105ae04bc97301d259 /comms/hylafax | |
parent | 6fd2019f466fa295b02a2d9695557bcbf54d9ea6 (diff) | |
download | ports-faed73b16546c527919583045e6ae749adb8edf2.tar.gz ports-faed73b16546c527919583045e6ae749adb8edf2.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-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 \ |