mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5851f7b49a
PR: ports/106548 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net> Approved by: maintainer
33 lines
703 B
Makefile
33 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>
|