1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/py-notifier/Makefile
Dryice Dong Liu 2bbdff53cb update to 0.5.8
PR:		ports/109479
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Approved by:	itetcu (mentor, implicit)
2007-02-24 07:53:09 +00:00

32 lines
711 B
Makefile

# New ports collection makefile for: py-notifier
# Date created: 2006-12-31
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= notifier
PORTVERSION= 0.5.8
CATEGORIES= devel python
MASTER_SITES= http://www.bitkipper.net/bytes/pynotifier/source/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}_${PORTVERSION}-1
MAINTAINER= lwhsu@lwhsu.org
COMMENT= A generic notifier/event scheduler abstraction
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME}
WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION}
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>