1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/fpc-gmp/Makefile
2021-04-06 16:31:07 +02:00

21 lines
418 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
CATEGORIES= math lang
PKGNAMESUFFIX= -gmp
COMMENT= Free Pascal interface to gmp library
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= GMP
GMP_DESC= Install gmp library
OPTIONS_DEFAULT= GMP
GMP_LIB_DEPENDS= libgmp.so:math/gmp
.include "${MASTERDIR}/Makefile"