blob: 697aa9268bac0f3d18c7c86c01f8be382abd50ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= proj-data
PORTVERSION= 1.17
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/proj/ \
https://github.com/OSGeo/PROJ-data/releases/download/${PORTVERSION}.0/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Datum grid package for PROJ
WWW= https://github.com/OSGeo/PROJ-data
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/share/proj
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
|