2009-11-22 12:31:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2009/11/22 17:31:22 jasper Exp $
|
2008-02-06 16:42:28 -05:00
|
|
|
|
|
|
|
COMMENT= tunnel IPv4 data through DNS
|
|
|
|
|
2009-06-02 02:27:05 -04:00
|
|
|
DISTNAME= iodine-0.5.2
|
2008-02-06 16:42:28 -05:00
|
|
|
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
|
|
|
|
|
2009-03-30 05:17:45 -04:00
|
|
|
MAKE_ENV= CC=${CC}
|
2008-02-06 16:42:28 -05:00
|
|
|
REGRESS_DEPENDS= ::devel/check
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
|
2009-11-22 12:31:22 -05:00
|
|
|
# gcc 3.3.5 internal compiler error
|
|
|
|
.if ${MACHINE_ARCH} == "mips64"
|
|
|
|
CFLAGS+= -O0
|
|
|
|
.endif
|
|
|
|
|
2008-02-06 16:42:28 -05:00
|
|
|
.include <bsd.port.mk>
|