mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to autoplist
- Stage support - Bump PORTREV
This commit is contained in:
parent
ed20eaa2e3
commit
9ea6a49f1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344341
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= basemap-data
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/basemap-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,24 +13,9 @@ COMMENT= Map data for py-basemap
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
|
||||
MAKE_ENV= BASEMAP_DATA_PATH=${DATADIR}
|
||||
|
||||
PLISTDIR= ${DATADIR}/*_[hi].txt \
|
||||
${PYTHON_SITELIBDIR}/basemap_data-0.9-py2.5.egg-info
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
.for dir in ${PLISTDIR}
|
||||
@${FIND} ${dir} ! -type d | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${dir} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
.endfor
|
||||
@${ECHO} "@dirrm ${DATADIR:S,${PREFIX}/,,}" >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user