pkgsrc/sysutils/py-notify/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

33 lines
849 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/04/08 19:09:12 wiz Exp $
#
DISTNAME= notify-python-0.1.1
PKGNAME= ${PYPKGPREFIX}-notify-0.1.1
PKGREVISION= 11
CATEGORIES= sysutils
MASTER_SITES= \
http://www.galago-project.org/files/releases/source/notify-python/
EXTRACT_SUFX= .tar.bz2
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+= gmake pkg-config
PKGCONFIG_OVERRIDE+= notify-python.pc.in
PY_PATCHPLIST= yes
# Missing function attach_status_icon
# http://trac.galago-project.org/ticket/121
post-extract:
${RM} -f ${WRKSRC}/src/pynotify.c
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"