summaryrefslogtreecommitdiff
path: root/net/totd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r--net/totd/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile
new file mode 100644
index 00000000000..038a0eba889
--- /dev/null
+++ b/net/totd/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $
+#
+
+DISTNAME= totd-1.1p1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
+
+MAINTAINER= feico@pasta.cs.uit.no
+HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html
+
+WRKSRC= ${WRKDIR}/totd-1.1p1
+
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample
+
+.include "../../mk/bsd.pkg.mk"