1999-11-27 00:23:02 +01:00
|
|
|
# Ports collection makefile for: Dante
|
|
|
|
# Date created: 20 October 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= dante
|
2006-02-14 22:18:16 +01:00
|
|
|
PORTVERSION= 1.1.19
|
2009-01-19 01:00:51 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= net security
|
1999-11-27 00:23:02 +01:00
|
|
|
MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \
|
2001-06-04 13:24:29 +02:00
|
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/ \
|
2002-03-15 01:31:54 +01:00
|
|
|
http://atreides.freenix.no/~anders/
|
1999-11-27 00:23:02 +01:00
|
|
|
|
2002-02-13 00:31:47 +01:00
|
|
|
MAINTAINER= anders@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A circuit-level firewall/proxy
|
1999-11-27 00:23:02 +01:00
|
|
|
|
2006-10-31 14:40:43 +01:00
|
|
|
CONFLICTS= socks5-[0-9]*
|
|
|
|
|
2002-02-13 00:31:47 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-11-27 00:23:02 +01:00
|
|
|
CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \
|
|
|
|
--with-sockd-conf=${PREFIX}/etc/sockd.conf
|
2005-02-20 12:16:03 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
1999-11-27 00:23:02 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-02-26 07:41:40 +01:00
|
|
|
|
2006-02-14 22:18:16 +01:00
|
|
|
USE_RC_SUBR= sockd.sh
|
|
|
|
|
1999-11-27 00:23:02 +01:00
|
|
|
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
|
2001-02-26 07:41:40 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-10-28 23:30:54 +01:00
|
|
|
${INSTALL} -d -m 555 ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/README* ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/faq.tex ${DOCSDIR}
|
2001-02-26 07:41:40 +01:00
|
|
|
.endif
|
1999-11-27 00:23:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|