2.4.9 ===== *) Fixed help window (corrects problem related to tooltip api changes) *) Fixed regex reference guide (missing exit icon) 2.4.8 ===== *) Uses the new logo/icons contributed by Konstantin Ryabitsev *) Fixed reportBug bug-- dialog would not load due to attribute error 2.4.7 ===== *) packaging now contains python2.3 and python2.4 specific rpms (rather than just an "rpm") *) Windows binary is now complied against python2.4 rather than 2.3 Earlier changes unknown.
23 lines
638 B
Makefile
23 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/03/10 21:53:47 markd Exp $
|
|
|
|
DISTNAME= kodos-2.4.9
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kodos/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kodos.sourceforge.net/
|
|
COMMENT= GUI for creating, testing and debugging Python REs
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
USE_LANGUAGES=
|
|
|
|
SUBST_CLASSES+= libpath
|
|
SUBST_STAGE.libpath= pre-configure
|
|
SUBST_FILES.libpath= setup.py
|
|
SUBST_SED.libpath= -e "s|@LIBPATH@|${PREFIX}/share/kodos|g"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-qt3-modules/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|