freebsd-ports/textproc/py-hyperestraier-python/Makefile
Martin Wilke 649f98a694 - Update to 0.10.6
PR:		122233
Submitted by:	"Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
2008-03-31 10:02:33 +00:00

33 lines
938 B
Makefile

# New ports collection makefile for: py-hyperestraier-python
# Date created: 30 March 2007
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
#
# $FreeBSD$
PORTNAME= hyperestraier
PORTVERSION= 0.10.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://www.liris.org/tech/program/hyperestraier-purepython/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -python
EXTRACT_SUFX= .tgz
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Pure Python HyperEstraier library
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PORTEXAMPLES= example.py asyn_example.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX}
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py
${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>