aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-res/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 18:02:33 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 18:02:33 +0000
commit243ceb62aa84338bb74a54efd7f27525c98a1de2 (patch)
tree595228d4cb10a1fe60859050929192f32e0dd132 /devel/fpc-fcl-res/Makefile
parent6681b259625ca2287be1e8637ab3c3b01335951d (diff)
downloadports-243ceb62aa84338bb74a54efd7f27525c98a1de2.tar.gz
ports-243ceb62aa84338bb74a54efd7f27525c98a1de2.zip
- New port: devel/fpc-fcl-res
Free Pascal Component Library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk>
Notes
Notes: svn path=/head/; revision=259366
Diffstat (limited to 'devel/fpc-fcl-res/Makefile')
-rw-r--r--devel/fpc-fcl-res/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/fpc-fcl-res/Makefile b/devel/fpc-fcl-res/Makefile
new file mode 100644
index 000000000000..4de6d48da504
--- /dev/null
+++ b/devel/fpc-fcl-res/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: fpc-fcl-res
+# Date created: 2010-04-22
+# Whom: Christopher Key <cjk32@cam.ac.uk>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= devel lang
+PKGNAMESUFFIX= -fcl-res
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= Free Pascal Component Library
+
+USE_FPC= fcl-base
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"