diff options
author | rh <rh@pkgsrc.org> | 1999-08-11 06:04:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-11 06:04:26 +0000 |
commit | 11318c4e049b6cae8e8dae69c0d1be7c21a87c54 (patch) | |
tree | d7d2aa022ad82359a0fba2042fbe046bff09b9c2 /comms/hylafax/Makefile | |
parent | d7b743afef62f87f4ff6e12f4f292059d4e50f23 (diff) | |
download | pkgsrc-11318c4e049b6cae8e8dae69c0d1be7c21a87c54.tar.gz |
Initial import of hylafax-4.1b1, a telecommunication and fax server system,
as reported by myself in pkg/6678, with tons of modifications.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile new file mode 100644 index 00000000000..f03bc8ce9f1 --- /dev/null +++ b/comms/hylafax/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/11 06:04:26 rh Exp $ +# + +DISTNAME= hylafax-4.1beta1 +PKGNAME= hylafax-4.1b1 +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-3.4:../../graphics/tiff +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= mawk-1.2.2:../../lang/mawk +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 + +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" |