22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -hermes
|
|
|
|
COMMENT= Free Pascal hermes unit
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|