aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups/Makefile
blob: b3ecfed52664e893cc6ddf14ad8a6eb7dce4999d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>