aboutsummaryrefslogtreecommitdiffstats
path: root/net/dante/Makefile
blob: 01c84b5d01973e94d210469caae8b6ac20a12349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Ports collection makefile for:  Dante
# Date created:           20 October 1999
# Whom:               Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   dante
PORTVERSION=    1.1.8
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>
d>1-6/+3 * - Update to version 1.11.2pawel2012-06-241-2/+1 * Convert my ports to optionsNGpawel2012-06-081-4/+6 * Update to version 1.11.1pawel2012-01-181-1/+1 * - update to version 0.11.0pawel2011-08-251-7/+7 * - Update to 1.10.1wen2011-03-151-2/+4 * - Update to 1.9.0sylvio2010-05-171-5/+6 * Update to 1.9.0-rc2makc2010-02-191-3/+4 * Enable pthread to fix crash in Kopetemakc2009-03-161-1/+2 * - Update to 1.8.2miwi2008-11-091-1/+1 * Assign to new maintainer.linimon2008-09-051-1/+1 * Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.linimon2008-09-031-1/+1 * - Update to 1.8.1.lippe2008-07-271-2/+1 * - Fix SSL bug and unbreak polish/gnugadu2 too.lippe2008-05-171-3/+14 * - Upgrade to 1.8.0.lippe2008-03-261-3/+15 * Update to 1.7.1itetcu2007-06-111-1/+1 * - Update to 1.7.0rafan2007-02-241-6/+5 * - Add conflict with older versions of ekg to prevent overwrite of libgadu.so.itetcu2006-07-291-6/+3 * Remove USE_REINPLACE from all categories starting with Pedwin2006-05-131-1/+0 * Disable OpenSSL support. This is not a big deal since gadugadu serversmarcus2006-04-021-1/+2 * A library used by many Instant Messangers that can communicate using thepav2006-01-151-0/+30