601ef90e28
/usr/pkg/include and /usr/include can appear in any order, PREFIX can be != /usr/pkg. XXX Why this hack and not split + filter to remove the include pathes?
30 lines
768 B
Makefile
30 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/01/27 17:13:56 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= Mixminion-0.0.7.1
|
|
PKGNAME= ${DISTNAME:S/M/m/}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
BUILDLINK_DEPENDS.openssl+= openssl>=0.9.7d
|
|
|
|
CRYPTO= YES
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22 21
|
|
PYDISTUTILSPKG= YES
|
|
|
|
TEST_TARGET= test
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_FILES.paths= setup.py
|
|
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|