Lines 8-21
Link Here
|
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
9 |
|
10 |
MAINTAINER= tota@FreeBSD.org |
10 |
MAINTAINER= tota@FreeBSD.org |
11 |
COMMENT= An ASCII art to image converter written in Python |
11 |
COMMENT= ASCII art to image converter written in Python |
12 |
|
12 |
|
|
|
13 |
LICENSE= BSD |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
15 |
|
13 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ |
16 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ |
14 |
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 |
17 |
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 |
15 |
|
18 |
|
16 |
LICENSE= BSD |
|
|
17 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
18 |
|
19 |
USE_PYTHON= yes |
19 |
USE_PYTHON= yes |
20 |
USE_PYDISTUTILS= yes |
20 |
USE_PYDISTUTILS= yes |
21 |
|
21 |
|
Lines 25-39
Link Here
|
25 |
PORTDOCS= README.txt |
25 |
PORTDOCS= README.txt |
26 |
PORTEXAMPLES= * |
26 |
PORTEXAMPLES= * |
27 |
|
27 |
|
28 |
NO_STAGE= yes |
|
|
29 |
post-install: |
28 |
post-install: |
30 |
.if !defined(NOPORTDOCS) |
29 |
.if !defined(NOPORTDOCS) |
31 |
${MKDIR} ${DOCSDIR} |
30 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
32 |
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} |
31 |
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} |
33 |
.endif |
32 |
.endif |
34 |
.if !defined(NOPORTEXAMPLES) |
33 |
.if !defined(NOPORTEXAMPLES) |
35 |
${MKDIR} ${EXAMPLESDIR} |
34 |
${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
36 |
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} |
35 |
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} |
37 |
.endif |
36 |
.endif |
38 |
|
37 |
|
39 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |