a4577c7171
If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
30 lines
647 B
Makefile
30 lines
647 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/17 14:46:33 danj Exp $
|
|
|
|
COMMENT= SOCKS client wrapper for *BSD
|
|
DISTNAME= dsocks-1.7
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
SHARED_LIBS= dsocks 1.0
|
|
|
|
HOMEPAGE= http://monkey.org/~dugsong/dsocks/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=dsocks/}
|
|
|
|
MAKE_FLAGS= CFLAGS="-Wall ${CFLAGS}" \
|
|
SHLIB_MAJOR=${LIBdsocks_VERSION:R} \
|
|
SHLIB_MINOR=${LIBdsocks_VERSION:E}
|
|
|
|
FAKE_FLAGS= DEBUGLIBS=No
|
|
|
|
do-configure:
|
|
${SUBST_CMD} ${WRKSRC}/dsocks.sh ${WRKSRC}/dsocks-torify.sh
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/dsocks.sh ${WRKSRC}/dsocks-torify.sh \
|
|
${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|