freebsd-ports/print/cups/Makefile
Dirk Meyer ad71a0e281 - take maintainership
- virtualie meta package
2006-12-10 14:05:59 +00:00

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