From 8f94b105f3c2f89e4e522ce274166b5723dc6b73 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Thu, 7 Sep 2006 20:57:34 +0000 Subject: - New port: graphics/fpc-graph Free Pascal interface to graphical applications Approved by: garga (mentor, implicit) --- graphics/fpc-graph/Makefile | 21 +++++++++++++++++++++ graphics/fpc-graph/pkg-plist | 12 ++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 graphics/fpc-graph/Makefile create mode 100644 graphics/fpc-graph/pkg-plist (limited to 'graphics/fpc-graph') diff --git a/graphics/fpc-graph/Makefile b/graphics/fpc-graph/Makefile new file mode 100644 index 000000000000..2919eb4ac389 --- /dev/null +++ b/graphics/fpc-graph/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fpc-graph +# Date created: 2006-09-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= graphics lang +PKGNAMESUFFIX= -graph + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal interface to graphical applications + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/fpc-graph/pkg-plist b/graphics/fpc-graph/pkg-plist new file mode 100644 index 000000000000..28dbe19bf84f --- /dev/null +++ b/graphics/fpc-graph/pkg-plist @@ -0,0 +1,12 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/libpgraph.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/libpggigraph.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc -- cgit v1.2.3