1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/py-notify/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

35 lines
745 B
Makefile

# $FreeBSD$
PORTNAME= notify
PORTVERSION= 0.1.1
DISTVERSIONPREFIX=python-
PORTREVISION= 11
CATEGORIES= devel python
MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= python bindings for libnotify
OPTIONS_DEFINE= DOCS
LIB_DEPENDS= libnotify.so:devel/libnotify
USES= gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
USE_GNOME= pygtk2
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
DOCS= AUTHORS COPYING ChangeLog NEWS
post-extract:
@${RM} ${WRKSRC}/src/pynotify.c
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>