diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 11:01:21 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 11:01:21 +0800 |
commit | f3b910daf6acba1e9a253051e58809dc0a8712e9 (patch) | |
tree | fd33af7ec664ecdcf721d4c31eedcfec4270c346 /comms/hylafax | |
parent | fe23db143fb666e4e0489caf162cc3d0f0ef0507 (diff) | |
download | freebsd-ports-gnome-f3b910daf6acba1e9a253051e58809dc0a8712e9.tar.gz freebsd-ports-gnome-f3b910daf6acba1e9a253051e58809dc0a8712e9.tar.zst freebsd-ports-gnome-f3b910daf6acba1e9a253051e58809dc0a8712e9.zip |
CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 51 |
1 files changed, 20 insertions, 31 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index e9bafcb67a2b..e1d78b2bc514 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -5,27 +5,19 @@ # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. # -# $Id: Makefile,v 1.6 1995/10/27 22:05:03 pst Exp $ +# $Id: Makefile,v 1.7 1996/03/06 08:19:56 asami Exp $ DISTNAME= hylafax-v3.0pl0 PKGNAME= hylafax-3.0.1 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.gz -HAS_CONFIGURE= yes PATCH_SITES= ftp://ftp.sgi.com/sgi/fax/source/ PATCHFILES= hylafax-v3.0pl0-patch01.gz -PATCH_DIST_STRIP=-p1 MAINTAINER= jhs@FreeBSD.org -.if !exists(patches/patch-ab) -IS_INTERACTIVE= yes -# patches/patch-ab makes this BATCH compilable, -# ( If you need interactive config, rm patch-ab ) -.endif - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash gs:${PORTSDIR}/print/ghostscript BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -35,6 +27,24 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash # LIB_DEPENDS= something:${PORTSDIR}/print/afm # ./afm/ has 536K of fonts, that perhaps could be merged. +.if !exists(patches/patch-ab) +IS_INTERACTIVE= yes +# patches/patch-ab makes this BATCH compilable, +# ( If you need interactive config, rm patch-ab ) +.endif +PATCH_DIST_STRIP=-p1 +HAS_CONFIGURE= yes +MAN1= fax2ps.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \ + hylafax.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1 +MAN5= pagesizes.5f typerules.5f cid.5f config.5f destctrls.5f \ + dialrules.5f hosts.5f hylafax.5f info.5f log.5f recvq.5f \ + sendq.5f status.5f tsi.5f xferlog.5f +MAN8= dialtest.8c faxabort.8c faxaddmodem.8c faxanswer.8c \ + faxcron.8c faxd.recv.8c faxgetty.8c faxq.8c faxquit.8c \ + faxrcvd.8c faxsend.8c mkcover.8c notify.8c pagesend.8c \ + pollrcvd.8c ps2fax.8c recvstats.8c tagtest.8c transcript.8c \ + tsitest.8c xferstats.8c + FAXCOVER?= /etc/faxcover.ps # Default location to check for an optional over-riding host specific # customised faxcover that will be installed in these sources, @@ -74,27 +84,6 @@ post-install: cd ${PREFIX}/bin ; strip \ fax2ps faxalter faxcover faxmail faxrm faxstat sendfax sendpage cd ${PREFIX}/sbin ; strip faxd.recv faxgetty faxq - cd ${PREFIX}/man/man1; \ - for man in fax2ps.1 faxalter.1 faxcover.1 faxmail.1 \ - faxrm.1 faxstat.1 hylafax.1 sendfax.1 sendpage.1 \ - sgi2fax.1 textfmt.1; do \ - gzip -9nf $$man; \ - done - cd ${PREFIX}/man/man5; \ - for man in pagesizes.5f typerules.5f cid.5f config.5f \ - destctrls.5f dialrules.5f hosts.5f hylafax.5f info.5f \ - log.5f recvq.5f sendq.5f status.5f tsi.5f xferlog.5f; do \ - gzip -9nf $$man; \ - done - cd ${PREFIX}/man/man8; \ - for man in dialtest.8c faxabort.8c faxaddmodem.8c \ - faxanswer.8c faxcron.8c faxd.recv.8c faxgetty.8c \ - faxq.8c faxquit.8c faxrcvd.8c faxsend.8c mkcover.8c \ - notify.8c pagesend.8c pollrcvd.8c ps2fax.8c \ - recvstats.8c tagtest.8c transcript.8c tsitest.8c \ - xferstats.8c; do \ - gzip -9nf $$man; \ - done @echo "Hylafax by default only does this sete[gu]id 0 stuff:" @echo " -u uucp -m 4755 faxq faxgetty" @echo "If you, like I, think it needs more, run 'make suid'" |