blob: 4fb6ec13a68a184784025e688b3cc3afcd1af3eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: cups-fr
# Date created: 08 June 2002
# Whom: James Halstead <jah4007@cs.rit.edu>
#
# $FreeBSD$
#
PORTNAME= cups
PORTVERSION= ${CUPS_PORTVER}
CATEGORIES= french print
MAINTAINER= ports@geeksrus.net
LIB_DEPENDS= cups.2:${.CURDIR}/../../french/cups-base
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../french/cups-lpr
CUPS_FR= yes
MASTERDIR= ${.CURDIR}/../../print/cups
.include "${MASTERDIR}/Makefile"
|