From f01cba6e50575183cf50dc87ded17319b63e1a14 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 5 Dec 2015 23:29:36 +0000 Subject: FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2 --- lang/fpc-rtl-objpas/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lang/fpc-rtl-objpas/Makefile (limited to 'lang/fpc-rtl-objpas/Makefile') 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" -- cgit v1.2.3