freebsd-ports/math/fpc-gmp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
484 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= math lang
PKGNAMESUFFIX= -gmp
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to gmp library
USE_FPC= yes
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"