Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.6 2007/12/16 23:21:47 miwi Exp $ |
5 |
# $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.6 2007/12/16 23:21:47 miwi Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= hyperestraier |
7 |
PORTNAME= hyperestraier |
8 |
PORTVERSION= 0.10.4 |
8 |
PORTVERSION= 0.10.6 |
9 |
CATEGORIES= textproc python |
9 |
CATEGORIES= textproc python |
10 |
MASTER_SITES= CHEESESHOP \ |
10 |
MASTER_SITES= CHEESESHOP \ |
11 |
http://www.liris.org/tech/program/hyperestraier-purepython/ |
11 |
http://www.liris.org/tech/program/hyperestraier-purepython/ |
Lines 20-32
Link Here
|
20 |
USE_PYTHON= yes |
20 |
USE_PYTHON= yes |
21 |
USE_PYDISTUTILS=yes |
21 |
USE_PYDISTUTILS=yes |
22 |
|
22 |
|
23 |
PORTEXAMPLES= example.py |
23 |
PORTEXAMPLES= example.py asyn_example.py |
24 |
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} |
24 |
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} |
25 |
|
25 |
|
26 |
post-install: |
26 |
post-install: |
27 |
.if !defined(NOPORTEXAMPLES) |
27 |
.if !defined(NOPORTEXAMPLES) |
28 |
@${MKDIR} ${EXAMPLESDIR} |
28 |
@${MKDIR} ${EXAMPLESDIR} |
29 |
${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py |
29 |
${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py |
|
|
30 |
${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/ |
30 |
.endif |
31 |
.endif |
31 |
|
32 |
|
32 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |