mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
471 B
Makefile
22 lines
471 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cups
|
|
PORTVERSION= 1.5.4
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= bsam@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>
|