- New port: graphcis/fpc-proj4
Free Pascal interface to proj library PR: 146001 Submitted by: Christopher Key <cjk32 at _ cam.ac.uk>
This commit is contained in:
parent
0aa37da632
commit
5934330fd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259381
@ -193,6 +193,7 @@
|
||||
SUBDIR += fpc-ncurses
|
||||
SUBDIR += fpc-opengl
|
||||
SUBDIR += fpc-pasjpeg
|
||||
SUBDIR += fpc-proj4
|
||||
SUBDIR += fpc-svgalib
|
||||
SUBDIR += fracplanet
|
||||
SUBDIR += fractorama
|
||||
|
23
graphics/fpc-proj4/Makefile
Normal file
23
graphics/fpc-proj4/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: fpc-proj4
|
||||
# Date created: 2010-04-22
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -proj4
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal interface to proj library
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
OPTIONS= PROJ "Install proj library" on
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
graphics/fpc-proj4/pkg-plist
Normal file
9
graphics/fpc-proj4/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/libpproj.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in New Issue
Block a user