2016-11-06 01:39:54 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.47 2016/11/06 01:39:54 jca Exp $
COMMENT= SOCKS client and server
DISTNAME= dante-1.4.1
REVISION= 0
CATEGORIES= security
SHARED_LIBS= dsocks 1.2 \
socks 1.2
MODGNU_SHARED_LIBS=dsocks '-all-dynamic' \
socks ''
HOMEPAGE= http://www.inet.no/dante/
MASTER_SITES= ${HOMEPAGE}/files/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD/CMU
PERMIT_PACKAGE_CDROM=Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --without-gssapi \
--without-krb5 \
--without-ldap \
--without-libwrap \
--without-pam \
--without-sasl \
--without-upnp
pre-configure:
${SUBST_CMD} ${WRKSRC}/bin/socksify.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/README.* ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.* ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/dante
.include <bsd.port.mk>