pkgsrc/www/squidpurge/Makefile
gdt c85a7031b7 Change version from 20040201 to 0.20040201, so that if this package
transitions to more modern practice and has a normal version number,
there is some chance we can handle that without going backwards.
2005-10-11 14:11:27 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/10/11 14:11:27 gdt Exp $
#
DISTNAME= purge-${PURGEVERSION}-src
PKGNAME= squidpurge-0.${PURGEVERSION}
CATEGORIES= www
MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.wa.apana.org.au/~dean/squidpurge/
COMMENT= Squid cache tool to list, extract or purge objects
PURGEVERSION= 20040201
WRKSRC= ${WRKDIR}/purge
USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/purge ${PREFIX}/bin/squidpurge
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/squidpurge
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/squidpurge
.include "../../mk/bsd.pkg.mk"