rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

27 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.18 2018/01/11 19:27:05 rpe Exp $
COMMENT= tunnel IPv4 data through DNS
DISTNAME= iodine-0.7.0
CATEGORIES= net
REVISION= 3
HOMEPAGE= http://code.kryo.se/iodine/
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
# ISC
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c z
FAKE_FLAGS= prefix=$(PREFIX) mandir=$(PREFIX)/man
MAKE_ENV= CC=${CC}
TEST_DEPENDS= devel/check
TEST_TARGET= test
.include <bsd.port.mk>