a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:06 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gourmet-0.8.5.14
|
|
PKGREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grecipe-manager/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://grecipe-manager.sourceforge.net/
|
|
COMMENT= Recipe database
|
|
|
|
USE_DIRS+= xdg-1.2
|
|
USE_PKGLOCALEDIR= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../databases/py-metakit/buildlink3.mk"
|
|
.include "../../graphics/py-imaging/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|