Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/graphics/py-pyproj/Makefile 494803 2019-03-06 15:13:37Z wen $ |
2 |
# $FreeBSD: head/graphics/py-pyproj/Makefile 494803 2019-03-06 15:13:37Z wen $ |
3 |
|
3 |
|
4 |
PORTNAME= pyproj |
4 |
PORTNAME= pyproj |
5 |
PORTVERSION= 1.9.6 |
5 |
PORTVERSION= 2.1.3 |
6 |
CATEGORIES= graphics python geography |
6 |
CATEGORIES= graphics python geography |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 16-29
Link Here
|
16 |
LIB_DEPENDS= libproj.so:graphics/proj |
16 |
LIB_DEPENDS= libproj.so:graphics/proj |
17 |
|
17 |
|
18 |
USES= python |
18 |
USES= python |
19 |
USE_PYTHON= distutils autoplist concurrent |
19 |
USE_PYTHON= autoplist concurrent cython distutils |
20 |
|
20 |
|
21 |
MAKE_ENV= PROJ_DIR=${LOCALBASE} |
21 |
MAKE_ENV= PROJ_DIR=${LOCALBASE} |
22 |
|
22 |
|
23 |
PORTDOCS= * |
23 |
PORTDOCS= * |
24 |
PORTDOCS1= Changelog README.md docs/* |
24 |
PORTDOCS1= README.md docs/* |
25 |
PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ |
25 |
PORTEXAMPLES= sample.out \ |
26 |
test.py test2.py test_datum.py test_transform.py |
26 |
test.py test_awips221.py test_crs.py test_datadir.py \ |
|
|
27 |
test_datum.py test_datum_shift.py test_doctest_wrapper.py \ |
28 |
test_exception_logging.py test_geod.py test_pickle.py \ |
29 |
test_transform.py test_transformer.py |
27 |
|
30 |
|
28 |
OPTIONS_DEFINE= DOCS EXAMPLES |
31 |
OPTIONS_DEFINE= DOCS EXAMPLES |
29 |
|
32 |
|
Lines 32-38
Link Here
|
32 |
|
35 |
|
33 |
post-install-DOCS-on: |
36 |
post-install-DOCS-on: |
34 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
37 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
35 |
${INSTALL_DATA} ${PORTDOCS1:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
38 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |
|
|
39 |
(cd ${WRKSRC}/docs/ && \ |
40 |
${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "! -name .buildinfo" ) |
36 |
|
41 |
|
37 |
post-install-EXAMPLES-on: |
42 |
post-install-EXAMPLES-on: |
38 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
43 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |