85f4b14216
This is a piece of software that lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. help/ok jasper@
24 lines
417 B
Makefile
24 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/06 21:42:28 bernd Exp $
|
|
|
|
COMMENT= tunnel IPv4 data through DNS
|
|
|
|
DISTNAME= iodine-0.4.1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://code.kryo.se/iodine/
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c z
|
|
|
|
REGRESS_DEPENDS= ::devel/check
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|