18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/02 02:59:56 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= EditObj-0.5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://oomadness.tuxfamily.org/downloads/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://oomadness.tuxfamily.org/en/editobj/
|
|
COMMENT= useful tool for writing (text or non-text) editors of all kinds in Python
|
|
|
|
USE_BUILDLINK2= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|