6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cups
|
|
PORTVERSION= 1.5.4
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= c.petrik.sosa@gmail.com
|
|
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
|
|
|
|
.include <bsd.port.mk>
|