diff options
Diffstat (limited to 'net/arpd/Makefile')
-rw-r--r-- | net/arpd/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile new file mode 100644 index 00000000000..f5d8947d40d --- /dev/null +++ b/net/arpd/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/27 20:43:24 hubertf Exp $ +# + +DISTNAME= arpd +PKGNAME= arpd-1.0 +CATEGORIES= net +MASTER_SITES= ftp://subzero.campus.luth.se/pub/arpd/ + +MAINTAINER= hubertf@netbsd.org + +MAKE_ENV+= BINDIR=${PREFIX}/sbin + +post-install: + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/arpd.README + ${INSTALL_DATA} ${WRKSRC}/arpd.conf ${PREFIX}/etc/arpd.conf.example + +.include "../../mk/bsd.pkg.mk" |