summaryrefslogtreecommitdiff
path: root/mbone/dbeacon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/dbeacon/Makefile')
-rw-r--r--mbone/dbeacon/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/mbone/dbeacon/Makefile b/mbone/dbeacon/Makefile
new file mode 100644
index 00000000000..0c849e62ea7
--- /dev/null
+++ b/mbone/dbeacon/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/26 15:01:54 seb Exp $
+#
+
+DISTNAME= dbeacon-0.3.9.1
+#PKGREVISION= 1
+CATEGORIES= mbone
+MASTER_SITES= http://fivebits.net/files/dbeacon/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://fivebits.net/proj/dbeacon/
+COMMENT= Distributed IPv4/IPv6 multicast beacon
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+NO_CONFIGURE= yes
+BUILD_DEFS+= IPV6_READY
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/dbeacon
+INSTALLATION_DIRS+= share/doc/dbeacon
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dbeacon ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.for f in FAQ PROTOCOL large_scale_beaconing.txt
+ ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DESTDIR}${PREFIX}/share/doc/dbeacon
+.endfor
+.for f in apache-matrix-conf checkmatrix.sh dbeacon.conf.sample matrix.conf.sample matrix.pl xml2txt.pl
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${DESTDIR}${PREFIX}/share/examples/dbeacon
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/docs/matrix.conf.5 ${DESTDIR}${PREFIX}/share/examples/dbeacon
+
+.include "../../mk/bsd.pkg.mk"