openbsd-ports/security/ctunnel/Makefile
pea ae269d4653 Update to 0.4
looks fine to ajacoutot@
2011-01-12 15:19:14 +00:00

31 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/01/12 15:19:14 pea Exp $
COMMENT= provide cryptographic tunnel
DISTNAME= ctunnel-0.4
CATEGORIES= security
HOMEPAGE= http://nardcore.org/ctunnel/
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c crypto pthread z
NO_REGRESS= Yes
USE_GMAKE= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ctunnel
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ctunnel/
.include <bsd.port.mk>