diff options
author | ume <ume@FreeBSD.org> | 2001-06-03 17:59:57 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-06-03 17:59:57 +0000 |
commit | 54535acba85c3556baa040453a293d534a8cb938 (patch) | |
tree | c97226f2e52b0ede10894004cb1ef433f2dc9b1b /net/pim6sd/Makefile | |
parent | 2fd11a1d471ee0e7fc341a48d7ab4e3853df2951 (diff) | |
download | FreeBSD-ports-54535acba85c3556baa040453a293d534a8cb938.zip FreeBSD-ports-54535acba85c3556baa040453a293d534a8cb938.tar.gz |
PIM for IPv6 sparse mode daemon
Submitted by: dwcjr@inethouston.net
Diffstat (limited to 'net/pim6sd/Makefile')
-rw-r--r-- | net/pim6sd/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile new file mode 100644 index 0000000..9180849 --- /dev/null +++ b/net/pim6sd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pim6-sd +# Date created: 2 Jun 2001 +# Whom: dwcjr +# +# $FreeBSD$ +# + +PORTNAME= pim6sd +PORTVERSION= 20010602a +CATEGORIES= net ipv6 +MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ + +MAINTAINER= ume@freebsd.org + +MAN5= pim6sd.conf.5 +MAN8= pim6sd.8 +MANCOMPRESSED= yes + +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +post-patch: +.for file in Makefile.inc pim6sd/pathnames.h pim6sd/pim6sd.8 + @${PERL} -pi.orig -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file} +.endfor + +.include <bsd.port.mk> |