6589ed7340
From Jon Trembley <jon@brain-box.net> (new MAINTAINER)
28 lines
591 B
Makefile
28 lines
591 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/05/03 09:23:42 alek Exp $
|
|
|
|
COMMENT= "anonymity service using onion routing"
|
|
|
|
DISTNAME= tor-0.0.9.9
|
|
CATEGORIES= net
|
|
HOMEPAGE= http://www.freehaven.net/tor/
|
|
|
|
MAINTAINER= Jon Trembley <jon@brain-box.net>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c crypto ssl z
|
|
|
|
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>
|