84428a27af
mostly from Jon Trembley <jon at brain-box.net>
26 lines
545 B
Makefile
26 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/01/03 22:03:00 sturm Exp $
|
|
|
|
COMMENT= "Anonymity service using onion routing"
|
|
|
|
DISTNAME= tor-0.0.9.1
|
|
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
|
|
WANTLIB= c crypto ssl
|
|
|
|
MASTER_SITES= http://www.freehaven.net/tor/dist/
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS+=--with-ssl-dir=/usr
|
|
|
|
FAKE_FLAGS=DESTDIR=${WRKINST} sysconfdir=${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|