6d962390a0
- don't hide command lines in build output - honour CC in the environment not just mk.conf
25 lines
433 B
Makefile
25 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/03/30 09:17:45 sthen Exp $
|
|
|
|
COMMENT= tunnel IPv4 data through DNS
|
|
|
|
DISTNAME= iodine-0.5.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
|
|
|
|
MAKE_ENV= CC=${CC}
|
|
REGRESS_DEPENDS= ::devel/check
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|