1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/srelay/Makefile
Bernhard Froehlich 20a42343e1 - Update to 0.4.8p1
- Switch mirror to sourceforge
- Update pkg-descr WWW and description
2018-02-08 21:18:15 +00:00

24 lines
661 B
Makefile

# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
PORTNAME= srelay
PORTVERSION= 0.4.8p1
CATEGORIES= net
MASTER_SITES= SOURCEFORGE/socks-relay/socks-relay/${PORTNAME}-0.4.8
MAINTAINER= decke@FreeBSD.org
COMMENT= Srelay is a SOCKS4/5 proxy and Relay
LICENSE= BSD3CLAUSE
HAS_CONFIGURE= yes
USE_RC_SUBR= srelay
do-install:
${INSTALL_DATA} ${WRKSRC}/srelay.conf ${STAGEDIR}${PREFIX}/etc/srelay.conf.sample
${INSTALL_DATA} ${WRKSRC}/srelay.passwd ${STAGEDIR}${PREFIX}/etc/srelay.passwd.sample
${INSTALL_MAN} ${WRKSRC}/srelay.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_PROGRAM} ${WRKSRC}/srelay ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>