aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-rtl-objpas/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
commitf01cba6e50575183cf50dc87ded17319b63e1a14 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-rtl-objpas/Makefile
parentc502e77d8f318117c0982f8999f2e243e8ef511c (diff)
downloadports-f01cba6e50575183cf50dc87ded17319b63e1a14.tar.gz
ports-f01cba6e50575183cf50dc87ded17319b63e1a14.zip
Notes
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"