- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
21 lines
458 B
Makefile
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"
|