mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Cartographic projection software.
WWW: http://www.gnustep.it/enrico/position/
This commit is contained in:
parent
2314cc1e20
commit
983bbdcabe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178197
@ -391,6 +391,7 @@
|
||||
SUBDIR += portell
|
||||
SUBDIR += portless
|
||||
SUBDIR += posixtestsuite
|
||||
SUBDIR += proj4
|
||||
SUBDIR += projectionlib
|
||||
SUBDIR += proxyper
|
||||
SUBDIR += py-distutils
|
||||
|
28
misc/proj4/Makefile
Normal file
28
misc/proj4/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: proj4
|
||||
# Date created: 28 Nov 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= proj4
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.gnustep.it/enrico/position/
|
||||
DISTNAME= position-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Cartographic projection software
|
||||
|
||||
WRKSRC= ${WRKDIR}/Position/PROJ.4
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
MAN1= geod.1 nad2nad.1 proj.1
|
||||
MAN3= pj_init.3
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${SH} install
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/proj4/distinfo
Normal file
3
misc/proj4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (position-0.3.tar.gz) = 47d8aa73367efe5cc24250270e088370
|
||||
SHA256 (position-0.3.tar.gz) = f8d49389dbdb4f54e2120168ec160cf8ae2e92f515adb4619c81d214ca61830d
|
||||
SIZE (position-0.3.tar.gz) = 1792252
|
3
misc/proj4/pkg-descr
Normal file
3
misc/proj4/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Cartographic projection software.
|
||||
|
||||
WWW: http://www.gnustep.it/enrico/position/
|
11
misc/proj4/pkg-plist
Normal file
11
misc/proj4/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/geod
|
||||
bin/nad2nad
|
||||
bin/proj
|
||||
include/projects.h
|
||||
lib/libproj.a
|
||||
lib/proj.4/GL27
|
||||
lib/proj.4/nad27
|
||||
lib/proj.4/nad83
|
||||
lib/proj.4/proj_def.dat
|
||||
lib/proj.4/world
|
||||
@dirrm lib/proj.4
|
Loading…
Reference in New Issue
Block a user