ports/net/nylon/Makefile
Muhammad Moinur Rahman 04c699ae96
net/nylon: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 11:05:21 +01:00

30 lines
740 B
Makefile

PORTNAME= nylon
PORTVERSION= 1.21
PORTREVISION= 11
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/
MAINTAINER= ports@FreeBSD.org
COMMENT= Unix SOCKS 4 and 5 proxy server
WWW= https://monkey.org/~marius/nylon/
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent
USES= pkgconfig
USE_RC_SUBR= nylon
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# 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 share/man/man1/nylon.1.gz
post-install:
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${STAGEDIR}${PREFIX}/etc/nylon.conf.sample
.include <bsd.port.mk>