1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/comms/hylafax/Makefile

62 lines
2.0 KiB
Makefile
Raw Normal View History

# ports collection makefile for: hylafax
# Date created: 19 Apr 1997
# Whom: ports@freebsd.org
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
PORTNAME= hylafax
PORTVERSION= 4.1.b2
CATEGORIES= comms
MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/
DISTNAME= ${PORTNAME}-4.1beta2
PATCH_SITES= http://www.hylafax.org/patches/
PATCHFILES= tiff-3.5-interfaces.patch cvtDateTime.patch
PATCH_DIST_STRIP= -p0
2000-02-13 17:09:11 +00:00
MAINTAINER= ports@FreeBSD.org
1999-03-12 15:52:27 +00:00
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
# no dependency on ghostscript because we don't know which
# version the user prefers
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
DIST_SUBDIR= hylafax
USE_GMAKE= yes
CONFIGURE_ARGS= --with-INSTALL="" \
--with-MAKE=gmake --with-CC=/usr/bin/cc \
--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
--with-TIFFINC="${LOCALBASE}/include"
HAS_CONFIGURE= yes
MAN1= hylafax.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 sendfax.1 \
sendpage.1 sgi2fax.1 textfmt.1
MAN5= pagesizes.5f typerules.5f hosts.hfaxd.5f xferfaxlog.5f \
hylafax.5f cid.5f config.5f destctrls.5f dialrules.5f info.5f \
log.5f pagermap.5f recvq.5f sendq.5f shutdown.5f status.5f tsi.5f
MAN8= cqtest.8c choptest.8c dialtest.8c faxabort.8c faxaddmodem.8c \
faxadduser.8c faxanswer.8c faxconfig.8c faxdeluser.8c faxmodem.8c \
faxstate.8c faxcron.8c faxgetty.8c faxinfo.8c faxq.8c faxqclean.8c \
faxquit.8c faxrcvd.8c faxsend.8c faxsetup.8c faxwatch.8c hfaxd.8c \
mkcover.8c notify.8c pagesend.8c pollrcvd.8c ps2fax.8c recvstats.8c \
tagtest.8c tiff2fax.8c tiffcheck.8c tsitest.8c wedged.8c \
xferfaxstats.8c
SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
post-install:
1999-08-22 19:01:07 +00:00
${CHOWN} uucp ${SUID_EXES}
${CHMOD} 4555 ${SUID_EXES}
@if [ ! -f ${PREFIX}/etc/rc.d/hylafax.sh.sample ]; then \
${CP} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \
fi
2000-01-29 20:01:39 +00:00
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>