diff options
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 53 |
1 files changed, 26 insertions, 27 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index d6c516e4aa6b..4941e26d2c04 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hylafax -PORTVERSION= 6.0.3 +PORTVERSION= 6.0.4 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ @@ -38,6 +38,31 @@ PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt SUB_FILES= pkg-message USE_RC_SUBR= hylafax.sh +MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER +HAS_CONFIGURE= yes +CONFIGURE_ENV= ENVOPTS="${CFLAGS}" + +MAN1= edit-faxcover.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \ + hylafax-client.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1 + +MAN5= dialrules.5f doneq.5f hosts.hfaxd.5f \ + hylafax-config.5f hylafax-info.5f hylafax-log.5f hylafax-server.5f \ + hylafax-shutdown.5f pagermap.5f pagesizes.5f recvq.5f sendq.5f \ + status.5f tsi.5f typerules.5f xferfaxlog.5f + +MAN8= choptest.8c cqtest.8c dialtest.8c faxabort.8c faxaddmodem.8c \ + faxadduser.8c faxanswer.8c faxconfig.8c faxcron.8c faxdeluser.8c \ + faxgetty.8c faxinfo.8c faxlock.8c faxmodem.8c faxq.8c \ + faxqclean.8c faxquit.8c faxrcvd.8c faxsend.8c faxsetup.8c faxstate.8c \ + faxwatch.8c hfaxd.8c jobcontrol.8c mkcover.8c notify.8c pagesend.8c pdf2fax.8c \ + pollrcvd.8c ps2fax.8c recvstats.8c tagtest.8c tiff2fax.8c \ + tiffcheck.8c tsitest.8c wedged.8c xferfaxstats.8c + +SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ + ${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter + +.include <bsd.port.pre.mk> + # Defaults to "North American Letter". Use "ISO A4" for A4. .if defined(PAGESIZE) CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}" @@ -65,32 +90,6 @@ BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk CONFIGURE_ARGS+=--with-AWK="${LOCALBASE}/bin/gawk" .endif - -MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER -HAS_CONFIGURE= yes -CONFIGURE_ENV= ENVOPTS="${CFLAGS}" - -MAN1= edit-faxcover.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \ - hylafax-client.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1 - -MAN5= dialrules.5f doneq.5f hosts.hfaxd.5f \ - hylafax-config.5f hylafax-info.5f hylafax-log.5f hylafax-server.5f \ - hylafax-shutdown.5f pagermap.5f pagesizes.5f recvq.5f sendq.5f \ - status.5f tsi.5f typerules.5f xferfaxlog.5f - -MAN8= choptest.8c cqtest.8c dialtest.8c faxabort.8c faxaddmodem.8c \ - faxadduser.8c faxanswer.8c faxconfig.8c faxcron.8c faxdeluser.8c \ - faxgetty.8c faxinfo.8c faxlock.8c faxmodem.8c faxq.8c \ - faxqclean.8c faxquit.8c faxrcvd.8c faxsend.8c faxsetup.8c faxstate.8c \ - faxwatch.8c hfaxd.8c jobcontrol.8c mkcover.8c notify.8c pagesend.8c pdf2fax.8c \ - pollrcvd.8c ps2fax.8c recvstats.8c tagtest.8c tiff2fax.8c \ - tiffcheck.8c tsitest.8c wedged.8c xferfaxstats.8c - -SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ - ${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter - -.include <bsd.port.pre.mk> - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= WITH_NLS="" |