1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/print/cups/Makefile
James E. Housley 4fd3e389d1 Fix a typo in the configure script the prevented sample configuration
files from being install in $PREFIX/etc/cups
Bumped PORTREVISION

PR:		24277
Submitted by:	George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
2001-01-10 17:07:59 +00:00

38 lines
1.0 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.5
PORTREVESION= 1
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}-2-source
MAINTAINER= greid@ukug.uk.freebsd.org
USE_BZIP2= 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>