pkgsrc/net/nidentd/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

28 lines
810 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:21 rodent Exp $
#
DISTNAME= nidentd-1.0
PKGREVISION= 2
CATEGORIES= net sysutils
MASTER_SITES= ftp://ftp.tgr.lubin.edu.pl/pub/NetBSD/nidentd/
EXTRACT_SUFX= .tgz
MAINTAINER= symka@NetBSD.org
COMMENT= IPv4, IPv6, NAT, fake, and random supporting identd
DEPENDS+= lsof>=4.61:../../sysutils/lsof
INSTALLATION_DIRS+= etc libexec
do-build:
${SED} \
-e 's,@LOCALBASE@,${LOCALBASE},' \
<${WRKSRC}/nidentd >${WRKSRC}/nidentd.tmp
${MV} ${WRKSRC}/nidentd.tmp ${WRKSRC}/nidentd
do-install:
${INSTALL_DATA} ${WRKSRC}/nidentd.nat ${DESTDIR}${PREFIX}/etc/nidentd.nat.example ; \
${INSTALL_DATA} ${WRKSRC}/nidentd.fake ${DESTDIR}${PREFIX}/etc/nidentd.fake.example ; \
${INSTALL_SCRIPT} ${WRKSRC}/nidentd ${DESTDIR}${PREFIX}/libexec
.include "../../mk/bsd.pkg.mk"