diff options
author | alane <alane@FreeBSD.org> | 2003-01-22 21:54:55 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-22 21:54:55 +0800 |
commit | d1e8e640e9ddb3f555d4076a99143e831d3cfd59 (patch) | |
tree | 76c16563220c128925497bc1760d5efb4e30391f /print/cups/Makefile | |
parent | 5c7711456283eb2c8137612ba6c394c5d8256450 (diff) | |
download | freebsd-ports-graphics-d1e8e640e9ddb3f555d4076a99143e831d3cfd59.tar.gz freebsd-ports-graphics-d1e8e640e9ddb3f555d4076a99143e831d3cfd59.tar.zst freebsd-ports-graphics-d1e8e640e9ddb3f555d4076a99143e831d3cfd59.zip |
Long awaited update to 1.1.18.0
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index b17bc4d6582..00ae5b9070e 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,31 +1,42 @@ -# New ports collection makefile for: cups -# Date created: 05 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: cups +# Date created: 2003-01-22 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $FreeBSD$ # PORTNAME= cups PORTVERSION= ${CUPS_PORTVER} -CATEGORIES?= print +PORTREVISION= 0 +PORTEPOCH= ${CUPS_PORTEPOCH} +CATEGORIES= print MASTER_SITES= # empty -DISTFILES= # none +DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= alane@FreeBSD.org -LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base -RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ +LIB_DEPENDS+= cups.2:${.CURDIR}/../../print/cups-base +RUN_DEPENDS+= espgs:${.CURDIR}/../../print/cups-pstoraster \ ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr .if make(package) DEPENDS_TARGET="package" -.endif +.endif # make(package) USE_PERL5= yes NO_BUILD= true -do-install: # empty -do-patch: # empty -.include "${.CURDIR}/../../print/cups/Makefile.inc" -.include <bsd.port.mk> +do-patch: + ${DO_NADA} + +do-install: + ${DO_NADA} + +.include "${.CURDIR}/../../print/cups/Makefile.common" +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> + +#EOF |