# New ports collection makefile for: py-hyperestraier-python # Date created: 30 March 2007 # Whom: Junji NAKANISHI # # $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.6 2007/12/16 23:21:47 miwi Exp $ PORTNAME= hyperestraier PORTVERSION= 0.10.4 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 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py .endif .include