diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-06-22 20:16:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-06-22 20:16:06 +0000 |
commit | 2bc3fec6c8d665da4d17cfc76fe23a2898063809 (patch) | |
tree | 4d15bee3084773b1e63be6f5996ee86a264b6655 /print/cups/Makefile | |
parent | cfd249a51c991295f0c69ebafdc295d3897f9424 (diff) | |
download | ports-2bc3fec6c8d665da4d17cfc76fe23a2898063809.tar.gz ports-2bc3fec6c8d665da4d17cfc76fe23a2898063809.zip |
Notes
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 78f615796a8a..de826a596d53 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -8,9 +8,7 @@ # PORTNAME= cups -PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= ${CUPS_PORTREV} -PORTEPOCH= ${CUPS_PORTEPOCH} +PORTVERSION= 1.2.0 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -19,23 +17,17 @@ EXTRACT_ONLY= # empty MAINTAINER= asa@agava.com COMMENT= The Common UNIX Printing System: Metaport to install complete system -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster \ - ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr - .if make(package) DEPENDS_TARGET="package" .endif # make(package) -USE_PERL5= yes +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster + NO_BUILD= true -do-patch: - ${DO_NADA} +do-build: do-install: - ${DO_NADA} -.include "${.CURDIR}/../../print/cups/Makefile.common" -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> |