pkgsrc/net/nidentd/Makefile
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

28 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/11/03 11:45:44 rillig 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"