diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
commit | d16b0f3a13066018e0c9b53d4647c02b0249fae1 (patch) | |
tree | 07720ff9dadcddcc8e78ed44a1fe13e9085d9bc4 /print/cups/Makefile.inc | |
parent | Update to 0.23. (diff) |
Update 1.1.12 -> 1.1.14
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=55137
Diffstat (limited to 'print/cups/Makefile.inc')
-rw-r--r-- | print/cups/Makefile.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/cups/Makefile.inc b/print/cups/Makefile.inc new file mode 100644 index 000000000000..2054c4f1cb69 --- /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 + |