2003-01-22 14:54:55 +01:00
|
|
|
# ex:ts=8 -*-mode: makefile-*-
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: cups
|
|
|
|
# Date created: 2003-01-22
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2001-01-07 01:52:07 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-12-04 02:10:42 +01:00
|
|
|
PORTNAME= cups-lpr
|
2002-07-02 12:04:43 +02:00
|
|
|
PORTVERSION= ${CUPS_PORTVER}
|
2003-01-25 08:22:30 +01:00
|
|
|
PORTREVISION= ${CUPS_PORTREV}
|
2003-01-22 14:54:55 +01:00
|
|
|
PORTEPOCH= ${CUPS_PORTEPOCH}
|
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${CUPS_MASTER_SITES}
|
2002-07-02 12:04:43 +02:00
|
|
|
|
2002-11-01 14:09:32 +01:00
|
|
|
MAINTAINER= alane@FreeBSD.org
|
2001-01-10 18:07:59 +01:00
|
|
|
|
|
|
|
post-install:
|
2003-01-22 14:54:55 +01:00
|
|
|
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
|
|
|
|
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
|
|
|
|
|
2003-02-02 23:21:07 +01:00
|
|
|
MANLANG= "" fr
|
|
|
|
|
2003-01-22 14:54:55 +01:00
|
|
|
.include "${.CURDIR}/../../print/cups/Makefile.common"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
.include <bsd.port.post.mk>
|
2001-01-07 01:52:07 +01:00
|
|
|
|
2003-01-22 14:54:55 +01:00
|
|
|
#EOF
|