mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a9425224f1
PR: 216777 Approved by: mm (maintainer)
30 lines
700 B
Makefile
30 lines
700 B
Makefile
# Created by: William Ward <William.Ward@ericsson.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nylon
|
|
PORTVERSION= 1.21
|
|
PORTREVISION= 9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://monkey.org/~marius/nylon/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Unix SOCKS 4 and 5 proxy server
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
USE_RC_SUBR= nylon
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
# Necessary for $PREFIX to work:
|
|
CONFIGURE_ARGS= --with-libevent=yes
|
|
CONFIGURE_ENV= EVENTLIB="`pkgconf --libs libevent`" EVENTINC="`pkgconf --cflags libevent`"
|
|
|
|
|
|
PLIST_FILES= bin/nylon etc/nylon.conf.sample man/man1/nylon.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${STAGEDIR}${PREFIX}/etc/nylon.conf.sample
|
|
|
|
.include <bsd.port.mk>
|