8d93e92b0d
Mark packages that don't or might probably not have staged installation.
35 lines
965 B
Makefile
35 lines
965 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/10/05 13:52:03 asau Exp $
|
|
#
|
|
|
|
DISTNAME= proxychains-4.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://github.com/downloads/haad/proxychains/
|
|
PROXYCHAINS_VERSION= 4.2.0
|
|
PKGNAME= proxychains-${PROXYCHAINS_VERSION}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= haad@netbsd.org
|
|
HOMEPAGE= http://haad.github.com/proxychains/
|
|
COMMENT= Chain multiple proxies in a transparent way
|
|
|
|
# pkgsrc is not currently able to fetch distfiles from https web servers
|
|
# (see mk/fetch/fetch.mk), so you have to use a browser for now.
|
|
FETCH_USING= wget
|
|
FETCH_BEFORE_ARGS= --no-check-certificate
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
WRKSRC= ${WRKDIR}/proxychains
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/proxychains/
|
|
${INSTALL_DATA} ${WRKSRC}/src/proxychains.conf \
|
|
${PREFIX}/share/examples/proxychains/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|