pkgsrc/www/ijb/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

30 lines
876 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:15 rillig Exp $
#
DISTNAME= ijb20
PKGNAME= ijb-2.0.2
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.junkbuster.com/
EXTRACT_SUFX= .tar.Z
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.junkbuster.com/
COMMENT= The Internet Junkbuster Proxy blocks unwanted banner ads and cookies
MAKE_ENV+= MORE_CFLAGS=${CFLAGS:M*:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/junkbuster ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/junkbuster.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/junkbuster
${INSTALL_DATA} ${WRKSRC}/junkbstr.ini \
${PREFIX}/share/examples/junkbuster/junkbuster.ini
.for f in saclfile sblock scookie sforward strust
${INSTALL_DATA} ${WRKSRC}/${f}.ini \
${PREFIX}/share/examples/junkbuster/${f}.ini
.endfor
.include "../../mk/bsd.pkg.mk"