freebsd-ports/net/dante/Makefile
Peter Pentchev a13c4d53b8 Update to 1.1.6.
PR:		ports/23009
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	kris
Silence by:	maintainer <anders@fix.no>
2000-11-26 18:17:26 +00:00

32 lines
963 B
Makefile

# Ports collection makefile for: Dante
# Date created: 20 October 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= dante
PORTVERSION= 1.1.6
CATEGORIES= net security
MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
MAINTAINER= anders@fix.no
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \
--with-sockd-conf=${PREFIX}/etc/sockd.conf
MAN5= sockd.conf.5 socks.conf.5
MAN8= sockd.8
post-install:
@${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example
@${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example
${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante
@${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante
@${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante
@${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante
.include <bsd.port.mk>