summaryrefslogtreecommitdiff
path: root/graphics/fpc-hermes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fpc-hermes/Makefile')
-rw-r--r--graphics/fpc-hermes/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/fpc-hermes/Makefile b/graphics/fpc-hermes/Makefile
new file mode 100644
index 000000000000..be9c0ed5d1ef
--- /dev/null
+++ b/graphics/fpc-hermes/Makefile
@@ -0,0 +1,23 @@
+# 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"