2001-12-04 02:10:42 +01:00
|
|
|
# New ports collection makefile for: cups-base
|
|
|
|
# Date created: 29 November 2001
|
|
|
|
# Whom: James Halstead <jah4007@cs.rit.edu>
|
2001-01-07 01:52:07 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-12-04 02:10:42 +01:00
|
|
|
PORTNAME= cups-base
|
2002-07-02 12:08:17 +02:00
|
|
|
PORTVERSION= ${CUPS_PORTVER}
|
2002-09-11 17:12:34 +02:00
|
|
|
PORTREVISION= 4
|
2002-07-02 12:08:17 +02:00
|
|
|
CATEGORIES?= print
|
|
|
|
|
2002-11-01 05:17:51 +01:00
|
|
|
MAINTAINER= AlanE@FreeBSD.org
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2001-01-26 12:54:21 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2001-12-04 02:10:42 +01:00
|
|
|
MAN1= backend.1 filter.1
|
2001-11-19 23:17:29 +01:00
|
|
|
MAN3= cups-config.3
|
2001-01-10 18:07:59 +01:00
|
|
|
MAN5= classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \
|
|
|
|
printers.conf.5
|
2001-12-04 02:10:42 +01:00
|
|
|
MAN8= cups-lpd.8 cups-polld.8 cupsd.8
|
2001-01-10 18:07:59 +01:00
|
|
|
|
|
|
|
post-install:
|
2001-11-19 23:17:29 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/conf/classes.conf \
|
|
|
|
${PREFIX}/etc/cups/classes.conf.sample
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/conf/client.conf \
|
|
|
|
${PREFIX}/etc/cups/client.conf.sample
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/conf/cupsd.conf \
|
|
|
|
${PREFIX}/etc/cups/cupsd.conf.sample
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/conf/printers.conf \
|
|
|
|
${PREFIX}/etc/cups/printers.conf.sample
|
|
|
|
@${INSTALL_SCRIPT} -m 751 ${WRKSRC}/cups.sh \
|
|
|
|
${PREFIX}/etc/rc.d/cupsd.sh.sample
|
2001-01-10 18:07:59 +01:00
|
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
2001-01-07 01:52:07 +01:00
|
|
|
|
2002-07-02 12:08:17 +02:00
|
|
|
.include "${.CURDIR}/../../print/cups/Makefile.inc"
|
|
|
|
.include <bsd.port.mk>
|