24 lines
595 B
Makefile
24 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:22 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= 4Suite-0.12.0a3
|
|
PKGNAME= ${PYPKGPREFIX}-FourSuite-0.12.0a3
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ftp://ftp.fourthought.com/pub/4Suite/
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://4suite.org/
|
|
COMMENT= XML processing tools
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-4Suite-*
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PY_PATCHPLIST= yes
|
|
|
|
#pyxml is needed at runtime to get pyexpat
|
|
#.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|