diff options
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index f9a67ed3dcb9..7ad28981af76 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -6,27 +6,12 @@ # PORTNAME= cups-base -PORTVERSION= ${VERSION} -PORTREVISION= 2 +PORTVERSION= ${CUPS_VERSION} 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= cups-${VERSION}-source - MAINTAINER= jah4007@cs.rit.edu -VERSION= 1.1.12 - -USE_BZIP2= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/cups-${VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=/var - MAN1= backend.1 filter.1 MAN3= cups-config.3 MAN5= classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \ @@ -46,4 +31,6 @@ post-install: ${PREFIX}/etc/rc.d/cupsd.sh.sample @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/print/cups/Makefile.inc" +.include <bsd.port.post.mk> |