blob: 22e5972bb8a01da42eb75ed2dde7c935d99175a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Alan Eldridge <alane@geeksrus.net>
# $FreeBSD$
PORTNAME= cups
PORTVERSION= 1.5.4
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= ports@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
NO_STAGE= yes
.include <bsd.port.mk>
|