opnsense-ports/math/fpc-numlib/Makefile
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

14 lines
277 B
Makefile

# $FreeBSD$
CATEGORIES= math lang
PKGNAMESUFFIX= -numlib
COMMENT= Free Pascal unit to numerical methods
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"