Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pyproj |
8 |
PORTNAME= pyproj |
9 |
PORTVERSION= 1.8.3 |
9 |
PORTVERSION= 1.8.4 |
10 |
CATEGORIES= graphics python geography |
10 |
CATEGORIES= graphics python geography |
11 |
MASTER_SITES= http://pyproj.googlecode.com/files/ |
11 |
MASTER_SITES= http://pyproj.googlecode.com/files/ |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 19-35
Link Here
|
19 |
USE_PYDISTUTILS= yes |
19 |
USE_PYDISTUTILS= yes |
20 |
|
20 |
|
21 |
PORTDOCS= Changelog README README.html LICENSE_proj4 |
21 |
PORTDOCS= Changelog README README.html LICENSE_proj4 |
|
|
22 |
PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ |
23 |
test.py test2.py test_transform.py |
22 |
|
24 |
|
23 |
post-install: |
25 |
post-install: |
24 |
.if !defined(NOPORTEXAMPLES) |
|
|
25 |
${MKDIR} ${EXAMPLESDIR} |
26 |
${CP} -R ${WRKSRC}/test/* ${EXAMPLESDIR} |
27 |
.endif |
28 |
|
29 |
.if !defined(NOPORTDOCS) |
26 |
.if !defined(NOPORTDOCS) |
30 |
${MKDIR} ${DOCSDIR} |
27 |
${MKDIR} ${DOCSDIR} |
31 |
.for file in ${PORTDOCS} |
28 |
.for f in ${PORTDOCS} |
32 |
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} |
29 |
${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} |
|
|
30 |
.endfor |
31 |
.endif |
32 |
|
33 |
.if !defined(NOPORTEXAMPLES) |
34 |
${MKDIR} ${EXAMPLESDIR} |
35 |
.for f in ${PORTEXAMPLES} |
36 |
${INSTALL_DATA} ${WRKSRC}/test/$f ${EXAMPLESDIR} |
33 |
.endfor |
37 |
.endfor |
34 |
.endif |
38 |
.endif |
35 |
|
39 |
|