8d4e6ffcb7
PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk>
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# New ports collection makefile for: fpc-hermes
|
|
# Date created: 2010-04-22
|
|
# Whom: 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= HERMES "Install hermes graphics library" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|