summaryrefslogtreecommitdiff
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-05-22 11:59:15 +0000
committerwiz <wiz>2004-05-22 11:59:15 +0000
commitd91b426f2103502dd5d5786d21d17cfed6ad636a (patch)
treeb35ec95447fcb262dd33b030542a0c6bb18be528 /comms/hylafax/Makefile
parent6a527db6a3a0d2e799f4a63c80798ed353eef97e (diff)
downloadpkgsrc-d91b426f2103502dd5d5786d21d17cfed6ad636a.tar.gz
Convert to buildlink3.
Add missing files to PLIST and bump PKGREVISION for it.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r--comms/hylafax/Makefile10
1 files changed, 6 insertions, 4 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"