pkgsrc/security/antonym/Makefile

32 lines
950 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:44 joerg Exp $
#
DISTNAME= antonym-1.9
CATEGORIES= security mail
MASTER_SITES= http://subwiki.honeypot.net/pub/Computing/AntoNym/
2007-03-19 17:36:41 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym
COMMENT= Anonymous nymserver account maintenance tool
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= pgp-2.*:../../security/pgp2
WRKSRC= ${WRKDIR}/antonym
USE_TOOLS+= perl:run
REPLACE_PERL= antonym
PKG_INSTALLATION_TYPES= overwrite pkgviews
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin share/examples/antonym
do-build: # empty
do-install:
2008-06-12 04:14:13 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/antonym ${DESTDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/examples/antonym/
${INSTALL_DATA} ${WRKSRC}/replyblocks.dat.example ${DESTDIR}${PREFIX}/share/examples/antonym/dot.antonym
.include "../../mk/bsd.pkg.mk"