17 lines
496 B
Makefile
17 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/05/19 16:51:30 ykomatsu Exp $
|
|
#
|
|
|
|
DISTNAME= EditObj-0.5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.gna.org/songwrite/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://home.gna.org/oomadness/en/editobj/index.html
|
|
COMMENT= useful tool for writing (text or non-text) editors of all kinds in Python
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|