summaryrefslogtreecommitdiffstats
path: root/print/cups/Makefile.inc
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-23 16:46:58 +0000
committernectar <nectar@FreeBSD.org>2002-02-23 16:46:58 +0000
commit19ed7f402b632c88a252147418025a95a984980c (patch)
treef699c8244cba79e7f73884643dd4b7da37a02ab7 /print/cups/Makefile.inc
parent611d2332e4460d35964043ea6d555a6c2a45eb64 (diff)
downloadFreeBSD-ports-19ed7f402b632c88a252147418025a95a984980c.zip
FreeBSD-ports-19ed7f402b632c88a252147418025a95a984980c.tar.gz
Update 1.1.12 -> 1.1.14
Submitted by: MAINTAINER
Diffstat (limited to 'print/cups/Makefile.inc')
-rw-r--r--print/cups/Makefile.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/cups/Makefile.inc b/print/cups/Makefile.inc
new file mode 100644
index 0000000..2054c4f
--- /dev/null
+++ b/print/cups/Makefile.inc
@@ -0,0 +1,23 @@
+# Common file for CUPS ports
+# $FreeBSD$
+
+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}/
+
+CUPS_VERSION= 1.1.14
+
+#protect the base port
+.if( $(PORTNAME) != "cups")
+DISTNAME= cups-${CUPS_VERSION}-source
+DISTFILES= ${DISTNAME}.tar.bz2
+WRKSRC= ${WRKDIR}/cups-${CUPS_VERSION}
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --localstatedir=/var
+.endif
+
OpenPOWER on IntegriCloud