summaryrefslogtreecommitdiff
path: root/net/ipv6calc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r--net/ipv6calc/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
new file mode 100644
index 00000000000..2faef38a5fc
--- /dev/null
+++ b/net/ipv6calc/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/04 15:59:22 hubertf Exp $
+#
+
+DISTNAME= ipv6calc-0.10
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.bieringer.de/linux/IPv6/tools/index.html#ipv6calc
+COMMENT= Manipulates IPv6 adresses
+
+USE_GMAKE= yes
+ALL_TARGET= ipv6calc
+
+MAKE_ENV+= CC="${CC} -D_NETINET_IN_H"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"