1997-06-18 10:36:41 +02:00
|
|
|
# New ports collection makefile for: LPRng
|
|
|
|
# Date created: 2 Apr 1997
|
|
|
|
# Whom: desmo@bandwidth.org
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1997-06-18 10:36:41 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= LPRng
|
2001-10-17 21:14:21 +02:00
|
|
|
PORTVERSION= 3.7.6
|
1997-06-18 10:36:41 +02:00
|
|
|
CATEGORIES= sysutils print
|
2001-07-30 20:18:38 +02:00
|
|
|
MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \
|
|
|
|
ftp://ftp.astart.com/pub/%SUBDIR%/ \
|
|
|
|
ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/%SUBDIR%/ \
|
|
|
|
ftp://ftp.sage-au.org.au/pub/printing/spooler/lprng/LPRng/ \
|
|
|
|
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \
|
|
|
|
ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= LPRng/LPRng
|
1997-06-18 10:36:41 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= desmo@bandwidth.org
|
|
|
|
|
2001-07-30 20:18:38 +02:00
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
1999-09-27 03:50:06 +02:00
|
|
|
|
2001-07-30 20:18:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-27 03:50:06 +02:00
|
|
|
CONFIGURE_ARGS= \
|
|
|
|
--with-sbindir=${PREFIX}/sbin \
|
|
|
|
--with-filterdir=${PREFIX}/libexec/filters \
|
2001-07-30 20:18:38 +02:00
|
|
|
--with-lpd_conf_path=${PREFIX}/etc/lpd.conf \
|
|
|
|
--with-lpd_perms_path=${PREFIX}/etc/lpd.perms \
|
|
|
|
--with-printcap_path=/etc/printcap \
|
|
|
|
--enable-gdbm=${LOCALBASE}
|
1997-06-18 10:36:41 +02:00
|
|
|
|
2000-09-05 04:14:38 +02:00
|
|
|
MAN1= cancel.1 lp.1 lpbanner.1 lpf.1 \
|
2001-07-30 20:18:38 +02:00
|
|
|
lpq.1 lpr.1 lprm.1 lpstat.1 monitor.1 \
|
2000-05-31 07:52:25 +02:00
|
|
|
pclbanner.1 psbanner.1
|
1998-10-21 02:57:42 +02:00
|
|
|
MAN5= lpd.conf.5 lpd.perms.5 printcap.5
|
2000-09-05 04:14:38 +02:00
|
|
|
MAN8= checkpc.8 lpc.8 lpd.8
|
1998-10-21 02:57:42 +02:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2001-10-17 21:14:21 +02:00
|
|
|
DOC_FILES= CHANGES LPRng-HOWTO.* *.jpg LISA98.ppt
|
|
|
|
|
1997-06-18 10:36:41 +02:00
|
|
|
post-install:
|
2001-10-17 21:14:21 +02:00
|
|
|
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR}
|
|
|
|
.for file in ${DOC_FILES}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/HOWTO/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE} | ${SED} -e "s|@@PREFIX@@|${PREFIX}|g"
|
1997-06-18 10:36:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|