opnsense-ports/graphics/fpc-hermes/Makefile
Franco Fichtner 28a5acb92e */*: sync with upstream
Taken from: HardenedBSD
2018-04-05 02:21:02 +02:00

21 lines
458 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= graphics lang
PKGNAMESUFFIX= -hermes
COMMENT= Free Pascal hermes unit
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= HERMES
HERMES_DESC= Install hermes graphics library
OPTIONS_DEFAULT= HERMES
HERMES_LIB_DEPENDS= libHermes.so:graphics/Hermes
.include "${MASTERDIR}/Makefile"