ad71a0e281
- virtualie meta package
25 lines
511 B
Makefile
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>
|