rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
[pkgsrc.git] / net / dante / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=               dante-1.1.4
5 CATEGORIES=             net security
6 MASTER_SITES=           ftp://ftp.inet.no/pub/socks/
7
8 MAINTAINER=             rh@netbsd.org
9 HOMEPAGE=               http://www.inet.no/dante/
10
11 CONFLICTS=              socks4-*
12
13 GNU_CONFIGURE=          YES
14 USE_LIBTOOL=            YES
15
16 LTCONFIG_OVERRIDE=      ${WRKSRC}/ltconfig
17 CONFIGURE_ARGS+=        --with-socks-conf=${PREFIX}/etc/socks.conf
18 CONFIGURE_ARGS+=        --with-sockd-conf=${PREFIX}/etc/sockd.conf
19
20 post-install:
21         ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
22 .for cfg in sockd.conf socks-simple.conf socks.conf
23         ${INSTALL_DATA} ${WRKSRC}/example/${cfg} ${PREFIX}/share/examples/dante
24 .endfor
25
26 .include "../../mk/bsd.pkg.mk"