pkgsrc/comms/hylafax/Makefile
jlam fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2000/05/10 15:39:06 jlam Exp $
#
DISTNAME= hylafax-4.1beta2
PKGNAME= hylafax-4.1b2
CATEGORIES= comms
MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/ \
ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/BETA/ \
ftp://ftp.sisis.de/pub/hylafax/source/BETA/ \
ftp://ftp.uni-bremen.de/pub/mirrors/ftp.hylafax.org/pub/hylafax/source/BETA/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.hylafax.org/
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= mawk>=1.2.2:../../lang/mawk
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
CONFLICTS= mgetty-*
FAXUSER?= uucp
FAXGROUP?= dialer
#USE_GMAKE= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV= PREFIX="${PREFIX}" FAXUID="${FAXUSER}" FAXGID="${FAXGROUP}"
CONFIGURE_ARGS= --with-MAKE=${MAKE_PROGRAM} --with-INSTALL=""
MANCOMPRESSED= yes
SUID_EXES= ${PREFIX}/libexec/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
post-install:
${CHOWN} ${FAXUSER} ${SUID_EXES}
${CHMOD} 4555 ${SUID_EXES}
.include "../../mk/bsd.pkg.mk"