From 061203ef374c95c557abadb784c01f41afd1318a Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 25 Apr 2008 20:18:21 +0000 Subject: - Supports DESTDIR - Accept Python 2.5 --- sysutils/py-notify/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils/py-notify') diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index f1103e71680..04a87334c0d 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/15 16:53:02 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $ # DISTNAME= notify-python-0.1.1 @@ -13,12 +13,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.galago-project.org/ COMMENT= Python bindings for libnotify +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in -PYTHON_VERSIONS_ACCEPTED= 24 +PYTHON_VERSIONS_ACCEPTED= 25 24 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" -- cgit v1.2.3