freebsd-ports/net/proxychains/Makefile
Martin Wilke 5851f7b49a - Update to 3.1
PR:		ports/106548
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net>
Approved by:	maintainer
2006-12-12 21:39:24 +00:00

32 lines
703 B
Makefile

# New ports collection makefile for: proxychains
# Date created: 14 jui 2003
# Whom: Patrick MARIE <mycroft@virgaria.org>
# $FreeBSD$
PORTNAME= proxychains
PORTVERSION= 3.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= proxychains
MAINTAINER= mycroft@virgaria.org
COMMENT= Redirect connection through proxy servers
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Does not compile on 4.x and 5.x
.endif
.if ${OSVERSION} < 700017
EXTRA_PATCHES= ${PATCHDIR}/gethostbyaddr-proto-int
.endif
post-configure:
@${ECHO_CMD} '#define PREFIX "${PREFIX}"' >> ${WRKSRC}/config.h
.include <bsd.port.post.mk>