summaryrefslogtreecommitdiff
path: root/print/cups-base/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-19 22:17:29 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-19 22:17:29 +0000
commitd6b32dace5689c70e1cf31969a0199f30d438f84 (patch)
tree4d7651ad86b25809c19df44e55c6710de34cece1 /print/cups-base/Makefile
parentNew port libdv version 0.9: Quasar DV codec (libdv): software codec (diff)
Update cups to 1.1.12
PR: 32062 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50225
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r--print/cups-base/Makefile21
1 files changed, 16 insertions, 5 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 932038484bab..fa1614a5c707 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= cups
-PORTVERSION= ${VERSION}.${REVISION}
+PORTVERSION= ${VERSION}#.${REVISION}
CATEGORIES= print
MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \
ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \
ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/
-DISTNAME= ${PORTNAME}-${VERSION}-${REVISION}-source
+DISTNAME= ${PORTNAME}-${VERSION}-source
MAINTAINER= jah4007@cs.rit.edu
-VERSION= 1.1.10
-REVISION= 1
+VERSION= 1.1.12
USE_BZIP2= yes
INSTALLS_SHLIB= yes
@@ -29,13 +28,25 @@ CONFIGURE_ARGS+= --localstatedir=/var
MAN1= backend.1 cancel.1 filter.1 lp.1 lpoptions.1 lpq.1 \
lpr.1 lprm.1 lpstat.1 lppasswd.1
+MAN3= cups-config.3
MAN5= classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \
printers.conf.5
MAN8= accept.8 cups-lpd.8 cups-polld.8 cupsd.8 disable.8 \
- enable.8 lpadmin.8 lpc.8 lpinfo.8 lpmove.8
+ enable.8 lpadmin.8 lpc.8 lpinfo.8 lpmove.8 \
+ cupsaddsmb.8
MLINKS= accept.8 reject.8
post-install:
+ @${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
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>