aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-rtl-objpas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/fpc-rtl-objpas/Makefile')
-rw-r--r--lang/fpc-rtl-objpas/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/fpc-rtl-objpas/Makefile b/lang/fpc-rtl-objpas/Makefile
new file mode 100644
index 000000000000..e20af2aa7a01
--- /dev/null
+++ b/lang/fpc-rtl-objpas/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+CATEGORIES= lang
+PKGNAMESUFFIX= -rtl-objpas
+
+MAINTAINER= freebsd-fpc@FreeBSD.org
+COMMENT= Free Pascal compatibility unit with Delphi
+
+USE_FPC= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR= ${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"