freebsd-ports/print/cups-base/Makefile
James E. Housley f9aa204512 Update port print/cups to 1.1.6
Changes:
     o PORTREVISION removed (two typos fixed in source distribution
       which were fixed by patches for cups-1.1.5).
       Incidentally, PORTREVISION is spelled wrong in r1.2 of the
        port's Makefile.
     o patch-aa and patch-ad now obsolete
     o MD5 checksum

PR:		24650
Submitted by:	George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
2001-01-26 11:54:21 +00:00

37 lines
1 KiB
Makefile

# New ports collection makefile for: cups
# Date created: 05 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= cups
PORTVERSION= 1.1.6
CATEGORIES= print
MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${PORTVERSION}/ \
ftp://ftp2.easysw.com/pub/cups/${PORTVERSION}/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \
ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= greid@ukug.uk.freebsd.org
USE_BZIP2= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
MAN1= backend.1 cancel.1 filter.1 lp.1 lpoptions.1 lpq.1 \
lpr.1 lprm.1 lpstat.1
MAN5= classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \
printers.conf.5
MAN8= accept.8 cups-lpd.8 cups-polld.8 cupsd.8 disable.8 \
enable.8 lpadmin.8 lpc.8 lpinfo.8 lpmove.8
MLINKS= accept.8 reject.8
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>