diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-22 11:59:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-22 11:59:15 +0000 |
commit | 0d0633697b6b4ae5d120babe2ef00252e2ccef6d (patch) | |
tree | b35ec95447fcb262dd33b030542a0c6bb18be528 | |
parent | 860248e413bd557520d3f580cef3c3f506fa2892 (diff) | |
download | pkgsrc-0d0633697b6b4ae5d120babe2ef00252e2ccef6d.tar.gz |
Convert to buildlink3.
Add missing files to PLIST and bump PKGREVISION for it.
-rw-r--r-- | comms/hylafax/Makefile | 10 | ||||
-rw-r--r-- | comms/hylafax/PLIST | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 290d5af3606..48d5ebf7dc4 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.36 2004/05/22 11:59:15 wiz Exp $ # DISTNAME= hylafax-4.1.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ @@ -11,8 +11,6 @@ MAINTAINER= hallmanns@surfeu.de HOMEPAGE= http://www.hylafax.org/ COMMENT= Telecommunication and fax server system -DEPENDS+= tiff-[0-9]*:../../graphics/tiff -DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= mawk>=1.2.2:../../lang/mawk DIST_SUBDIR= hylafax @@ -20,6 +18,8 @@ DIST_SUBDIR= hylafax CONFLICTS= mgetty-[0-9]* USE_PKGINSTALL= yes +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ FAXUSER?= uucp FAXGROUP?= dialer @@ -37,5 +37,7 @@ post-install: ${CHOWN} ${FAXUSER} ${SUID_EXES} ${CHMOD} 4555 ${SUID_EXES} +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/hylafax/PLIST b/comms/hylafax/PLIST index 50220303f32..7fcdf463546 100644 --- a/comms/hylafax/PLIST +++ b/comms/hylafax/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/04/23 22:07:53 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/05/22 11:59:15 wiz Exp $ bin/faxalter bin/faxcover bin/faxmail @@ -32,6 +32,7 @@ libexec/lockname libexec/ondelay libexec/pagesend libexec/textfmt +man/cat1/edit-faxcover.0 man/cat1/faxalter.0 man/cat1/faxcover.0 man/cat1/faxmail.0 @@ -99,6 +100,7 @@ man/cat8/xferfaxstats.0 sbin/choptest sbin/cqtest sbin/dialtest +sbin/edit-faxcover sbin/faxabort sbin/faxaddmodem sbin/faxadduser @@ -119,6 +121,7 @@ sbin/faxsetup.irix sbin/faxsetup.linux sbin/faxstate sbin/faxwatch +sbin/hylafax sbin/probemodem sbin/recvstats sbin/tagtest |