openbsd-ports/net/tor/Makefile

28 lines
572 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2006/01/18 22:17:22 sturm Exp $
COMMENT= "anonymity service using onion routing"
DISTNAME= tor-0.1.0.16
CATEGORIES= net
HOMEPAGE= http://tor.eff.org/
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 event ssl z
MASTER_SITES= ${HOMEPAGE}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>