1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/dante/Makefile
Kevin Lo 549a62c25f Update to version 1.1.9
PR: 25792
Submitted by: MAINTAINER
2001-03-14 15:19:41 +00:00

37 lines
1016 B
Makefile

# Ports collection makefile for: Dante
# Date created: 20 October 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= dante
PORTVERSION= 1.1.9
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
INSTALLS_SHLIB= yes
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
.if !defined(NOPORTDOCS)
${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
.endif
.include <bsd.port.mk>