aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-hermes/Makefile
blob: a130f49546f41ca1e9d7b0f01faad528c33d9262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"