mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -hermes
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
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:${PORTSDIR}/graphics/Hermes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|