mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -proj4
|
|
|
|
COMMENT= Free Pascal interface to proj library
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= PROJ
|
|
PROJ_DESC= Install proj library
|
|
OPTIONS_DEFAULT= PROJ
|
|
|
|
PROJ_LIB_DEPENDS= libproj.so:graphics/proj
|
|
|
|
.include "${MASTERDIR}/Makefile"
|