mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9ea6a49f1e
- Stage support - Bump PORTREV
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# Created by: mainland@apeiron.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= basemap-data
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/basemap-${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mainland@apeiron.net
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|