mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
418 B
Makefile
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"
|