# New ports collection makefile for: LPRng # Version required: 3.3.3 # Date created: 2 Apr 1997 # Whom: desmo@bandwidth.org # # $Id: Makefile,v 1.2 1997/10/28 22:23:43 jseger Exp $ # DISTNAME= LPRng-3.4.1 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/ EXTRACT_SUFX= .tgz EXTRA_FILES= LPRng_DOC-3.4.1.tgz DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= desmo@bandwidth.org MAKEFILE= Makefile.bsd GNU_CONFIGURE= yes pre-build: (cd ${WRKSRC}/po ; ln -s Makefile ${MAKEFILE}) post-install: (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} default) ${LDCONFIG} -m ${PREFIX}/lib @cat ${FILESDIR}/lprng.sh | \ ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" > ${PREFIX}/etc/rc.d/lprng.sh @chmod +x ${PREFIX}/etc/rc.d/lprng.sh ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/LPRng @for file in ${EXTRA_FILES}; do \ cp ${DISTDIR}/$$file ${PREFIX}/share/doc/LPRng; \ cd ${PREFIX}/share/doc/LPRng; \ tar xvfz $$file; \ rm ${PREFIX}/share/doc/LPRng/$$file; \ done @cat ${PKGDIR}/MESSAGE .include