mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# 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"
|