2005-01-03 17:03:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2005/01/03 22:03:00 sturm Exp $
|
2004-09-26 06:06:29 -04:00
|
|
|
|
|
|
|
COMMENT= "Anonymity service using onion routing"
|
|
|
|
|
2005-01-03 17:03:00 -05:00
|
|
|
DISTNAME= tor-0.0.9.1
|
2004-09-26 06:06:29 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.freehaven.net/tor/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c crypto ssl
|
2004-09-26 06:06:29 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.freehaven.net/tor/dist/
|
|
|
|
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
|
2005-01-03 17:03:00 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--with-ssl-dir=/usr
|
|
|
|
|
2004-09-26 06:06:29 -04:00
|
|
|
FAKE_FLAGS=DESTDIR=${WRKINST} sysconfdir=${PREFIX}/share/examples
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|