Convert to buildlink3.
Add missing files to PLIST and bump PKGREVISION for it.
This commit is contained in:
parent
860248e413
commit
0d0633697b
2 changed files with 10 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue