openbsd-ports/sysutils/LPRng/Makefile

51 lines
1.5 KiB
Makefile

# OpenBSD makefile for: LPRng
# Version required: 3.5.1
# Date created: 2 Apr 1997
# Whom: ejovi
#
# $OpenBSD: Makefile,v 1.9 2000/03/01 10:08:08 turan Exp $
#
DISTNAME= LPRng-3.6.12
CATEGORIES= sysutils print
MAINTAINER= ports@openbsd.org
MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/
EXTRACT_SUFX= .tgz
NEED_VERSION= 1.210
NO_CDROM= "To many copyrights/licences to verify destribution OK"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--with-sbindir=${PREFIX}/sbin \
--with-filterdir=${PREFIX}/libexec/filters \
--with-lpd_conf_path=/etc/lpd.conf \
--with-lpd_perms_path=/etc/lpd.perms \
--with-printcap_path=/etc/printcap
MAKE_FILE= Makefile.bsd
HTMLFILES= LPRng-HOWTO-1.html LPRng-HOWTO-2.html \
LPRng-HOWTO-3.html LPRng-HOWTO-4.html \
LPRng-HOWTO-5.html LPRng-HOWTO-6.html \
LPRng-HOWTO-7.html LPRng-HOWTO-8.html \
LPRng-HOWTO-9.html LPRng-HOWTO-10.html \
LPRng-HOWTO-11.html LPRng-HOWTO-12.html \
LPRng-HOWTO-13.html LPRng-HOWTO-14.html \
LPRng-HOWTO-15.html LPRng-HOWTO.html \
LPRng.html bg.gif star1.gif
post-install:
${INSTALL_DATA} ${WRKSRC}/lpd.conf ${PREFIX}/lib/lpd.conf-sample
${INSTALL_DATA} ${WRKSRC}/lpd.perms ${PREFIX}/lib/lpd.perms-sample
test -f /etc/lpd.conf || ${INSTALL_DATA} ${WRKSRC}/lpd.conf /etc
test -f /etc/lpd.perms || ${INSTALL_DATA} ${WRKSRC}/lpd.perms /etc
mkdir -p ${PREFIX}/share/doc/LPRng
(cd ${WRKSRC}/HOWTO && ${INSTALL_DATA} ${HTMLFILES} \
${PREFIX}/share/doc/LPRng )
@cat ${PKGDIR}/MESSAGE
.include <bsd.port.mk>