2007-01-01 01:01:27 +01:00
|
|
|
# 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.7
|
|
|
|
CATEGORIES= devel python
|
2007-01-16 22:28:18 +01:00
|
|
|
MASTER_SITES= http://www.bitkipper.net/bytes/pynotifier/source/
|
2007-01-01 01:01:27 +01:00
|
|
|
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/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
2007-01-16 22:28:18 +01:00
|
|
|
.include <bsd.port.mk>
|