freebsd-ports/devel/py-notify/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

38 lines
800 B
Makefile

# New ports collection makefile for: py-notify
# Date created: 03 December 2006
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= notify
PORTVERSION= 0.1.1
PORTREVISION= 1
DISTVERSIONPREFIX=python-
CATEGORIES= devel python
MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A python bindings for libnotify
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify
USE_XLIB= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget pygtk2
USE_PYTHON= yes
GNU_CONFIGURE= yes
DOCS= AUTHORS COPYING ChangeLog NEWS
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>