1997-06-18 08:36:41 +00:00
|
|
|
# New ports collection makefile for: LPRng
|
|
|
|
# Date created: 2 Apr 1997
|
|
|
|
# Whom: desmo@bandwidth.org
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1997-06-18 08:36:41 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= LPRng
|
2000-09-05 02:14:38 +00:00
|
|
|
PORTVERSION= 3.6.23
|
1997-06-18 08:36:41 +00:00
|
|
|
CATEGORIES= sysutils print
|
1998-01-22 08:19:45 +00:00
|
|
|
MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/
|
1997-06-18 08:36:41 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-09-05 02:14:38 +00:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
1997-06-18 08:36:41 +00:00
|
|
|
|
|
|
|
MAINTAINER= desmo@bandwidth.org
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PLIST_SUB+= LPRNG_VER=${PORTVERSION}
|
1999-09-27 01:50:06 +00:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
|
1997-06-18 08:36:41 +00:00
|
|
|
MAKEFILE= Makefile.bsd
|
1998-06-04 23:59:17 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1999-09-27 01:50:06 +00:00
|
|
|
CONFIGURE_ARGS= \
|
|
|
|
--with-sbindir=${PREFIX}/sbin \
|
|
|
|
--with-filterdir=${PREFIX}/libexec/filters \
|
|
|
|
--with-lpd_conf_path=/etc/lpd.conf \
|
|
|
|
--with-lpd_perms_path=/etc/lpd.perms \
|
|
|
|
--with-printcap_path=/etc/printcap
|
1997-06-18 08:36:41 +00:00
|
|
|
|
2000-09-05 02:14:38 +00:00
|
|
|
MAN1= cancel.1 lp.1 lpbanner.1 lpf.1 \
|
2000-05-31 05:52:25 +00:00
|
|
|
lpq.1 lpr.1 lpraccnt.1 lprm.1 lpstat.1 monitor.1 \
|
|
|
|
pclbanner.1 psbanner.1
|
1998-10-21 00:57:42 +00:00
|
|
|
MAN5= lpd.conf.5 lpd.perms.5 printcap.5
|
2000-09-05 02:14:38 +00:00
|
|
|
MAN8= checkpc.8 lpc.8 lpd.8
|
1998-10-21 00:57:42 +00:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
1997-06-18 08:36:41 +00:00
|
|
|
post-install:
|
1998-01-22 08:19:45 +00:00
|
|
|
${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/LPRng
|
2000-09-05 02:14:38 +00:00
|
|
|
${INSTALL} -c -g bin -o bin -m 0444 ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/LPRng
|
1999-09-27 01:50:06 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE | \
|
|
|
|
${SED} -e "s|@@PREFIX@@|${PREFIX}|g"
|
1997-06-18 08:36:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|