2003-01-22 14:54:55 +01:00
|
|
|
# ex:ts=8 -*-mode: makefile-*-
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: cups
|
|
|
|
# Date created: 2003-01-22
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2001-01-07 01:52:07 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-10 18:07:59 +01:00
|
|
|
PORTNAME= cups
|
2007-03-25 10:51:12 +02:00
|
|
|
PORTVERSION= 1.2.10
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-22 14:54:55 +01:00
|
|
|
CATEGORIES= print
|
2001-12-04 02:10:42 +01:00
|
|
|
MASTER_SITES= # empty
|
2003-01-22 14:54:55 +01:00
|
|
|
DISTFILES= # empty
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2006-12-10 15:05:59 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-12-06 10:39:28 +01:00
|
|
|
COMMENT= Common UNIX Printing System: Metaport to install complete system
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2006-12-18 15:21:23 +01:00
|
|
|
BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
|
|
|
|
cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base
|
2002-08-18 19:40:42 +02:00
|
|
|
|
2006-12-06 10:39:28 +01:00
|
|
|
NO_BUILD= yes
|
2006-12-10 15:05:59 +01:00
|
|
|
NO_INSTALL= yes
|
2003-01-22 14:54:55 +01:00
|
|
|
|
2006-06-22 22:16:06 +02:00
|
|
|
.include <bsd.port.mk>
|