summaryrefslogtreecommitdiff
path: root/net/iodine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/iodine/Makefile')
-rw-r--r--net/iodine/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/iodine/Makefile b/net/iodine/Makefile
new file mode 100644
index 00000000000..588c245b64d
--- /dev/null
+++ b/net/iodine/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2012/12/12 13:19:06 wiz Exp $
+
+DISTNAME= iodine-0.6.0-rc1
+PKGNAME= iodine-0.6.0rc1
+CATEGORIES= net
+MASTER_SITES= http://code.kryo.se/iodine/
+
+MAINTAINER= mwilhelmy@users.sourceforge.net
+HOMEPAGE= http://code.kryo.se/iodine/
+COMMENT= Tool to tunnel IPv4 over DNS
+LICENSE= mit
+
+PKG_USERS= iodine:iodine
+PKG_GROUPS= iodine
+
+BUILD_DEFS+= VARBASE
+MAKE_DIRS= ${VARBASE}/chroot
+OWN_DIRS= ${VARBASE}/chroot/iodine
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"