2001-01-07 01:52:07 +01:00
|
|
|
# New ports collection makefile for: cups
|
|
|
|
# Date created: 05 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-10 18:07:59 +01:00
|
|
|
PORTNAME= cups
|
2002-02-23 17:46:58 +01:00
|
|
|
PORTVERSION= ${CUPS_VERSION}
|
2001-01-10 18:07:59 +01:00
|
|
|
CATEGORIES= print
|
2001-12-04 02:10:42 +01:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # empty
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2001-08-27 13:48:15 +02:00
|
|
|
MAINTAINER= jah4007@cs.rit.edu
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2001-12-04 02:10:42 +01:00
|
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
|
2001-01-10 18:07:59 +01:00
|
|
|
|
2001-12-04 02:10:42 +01:00
|
|
|
NO_BUILD= true
|
|
|
|
do-install: # empty
|
2001-01-07 01:52:07 +01:00
|
|
|
|
2002-02-23 17:46:58 +01:00
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
2001-01-07 01:52:07 +01:00
|
|
|
.include <bsd.port.mk>
|