From f42f5be9f74fba7ac2f471e4d6e86bf2fbaf531d Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 16 Aug 2010 18:24:16 +0000 Subject: [PATCH] - New port: devel/fpc-newt Free Pascal interface to newt library PR: 146001 Submitted by: Christopher Key --- devel/Makefile | 1 + devel/fpc-newt/Makefile | 23 +++++++++++++++++++++++ devel/fpc-newt/pkg-plist | 9 +++++++++ 3 files changed, 33 insertions(+) create mode 100644 devel/fpc-newt/Makefile create mode 100644 devel/fpc-newt/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index ea82c0b5b31f..933849c1752b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -414,6 +414,7 @@ SUBDIR += fpc-fpmkunit SUBDIR += fpc-fv SUBDIR += fpc-gdbint + SUBDIR += fpc-newt SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr SUBDIR += fpc-sdl diff --git a/devel/fpc-newt/Makefile b/devel/fpc-newt/Makefile new file mode 100644 index 000000000000..e079701429cf --- /dev/null +++ b/devel/fpc-newt/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-newt +# Date created: 2010-04-22 +# Whom: Christopher Key +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= devel lang +PKGNAMESUFFIX= -newt + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal interface to newt library + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= NEWT "Install newt library" on + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-newt/pkg-plist b/devel/fpc-newt/pkg-plist new file mode 100644 index 000000000000..622cc17c4aee --- /dev/null +++ b/devel/fpc-newt/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/libpnewt.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc