freebsd-ports/print/cups/Makefile

27 lines
548 B
Makefile
Raw Normal View History

2003-01-22 14:54:55 +01:00
# 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
2007-03-25 10:51:12 +02:00
PORTVERSION= 1.2.10
PORTREVISION= 1
2003-01-22 14:54:55 +01:00
CATEGORIES= print
MASTER_SITES= # empty
2003-01-22 14:54:55 +01:00
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
NO_BUILD= yes
NO_INSTALL= yes
2003-01-22 14:54:55 +01:00
.include <bsd.port.mk>