2006-04-06 08:21:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/04/06 06:22:43 reed Exp $
|
2004-12-27 23:58:57 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Mixminion-0.0.7.1
|
|
|
|
PKGNAME= ${DISTNAME:S/M/m/}
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2004-12-27 23:58:57 +01:00
|
|
|
CATEGORIES= security mail
|
|
|
|
MASTER_SITES= http://mixminion.net/dist/0.0.7.1/
|
|
|
|
|
|
|
|
MAINTAINER= pdh@wiredyne.com
|
|
|
|
HOMEPAGE= http://mixminion.net/
|
|
|
|
COMMENT= Mixminion impedes message traffic analysis
|
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7d
|
2004-12-27 23:58:57 +01:00
|
|
|
|
|
|
|
CRYPTO= YES
|
2005-01-30 22:56:24 +01:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22 21
|
2004-12-27 23:58:57 +01:00
|
|
|
PYDISTUTILSPKG= YES
|
|
|
|
|
|
|
|
TEST_TARGET= test
|
|
|
|
|
2006-01-27 18:13:56 +01:00
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_FILES.paths= setup.py
|
|
|
|
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
|
|
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
|
2004-12-27 23:58:57 +01:00
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|