freebsd-ports/print/cups/Makefile
Jacques Vidrine d16b0f3a13 Update 1.1.12 -> 1.1.14
Submitted by:	MAINTAINER
2002-02-23 16:46:58 +00:00

24 lines
532 B
Makefile

# New ports collection makefile for: cups
# Date created: 05 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= cups
PORTVERSION= ${CUPS_VERSION}
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= jah4007@cs.rit.edu
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
NO_BUILD= true
do-install: # empty
.include "${.CURDIR}/Makefile.inc"
.include <bsd.port.mk>