freebsd-ports/print/cups/Makefile
Dirk Meyer 05255e2af0 - fix package
PR:		117779

- update to 1.3.4
2007-12-11 20:44:10 +00:00

27 lines
561 B
Makefile

# 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= 1.3.4
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Common UNIX Printing System: Metaport to install complete system
BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base
RUN_DEPENDS= ${BUILD_DEPENDS}
NO_BUILD= yes
NO_INSTALL= yes
.include <bsd.port.mk>