From 995ae8b1bdfe5e9d356eae060097bee70cbccbc8 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 24 Jul 2006 11:21:27 +0000 Subject: - The big change on ports of freepascal, now all ports are compiled - Adding entry for lang/fpc-utils Approved by: garga (mentor) --- databases/fpc-postgres/Makefile | 7 +++++-- databases/fpc-postgres/pkg-plist | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 databases/fpc-postgres/pkg-plist (limited to 'databases/fpc-postgres') diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 2acd4f55f23c..1cad29e2094b 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -8,13 +8,16 @@ CATEGORIES= databases lang PKGNAMESUFFIX= -postgres -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to PostGreSQL -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc USE_PGSQL= yes MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" diff --git a/databases/fpc-postgres/pkg-plist b/databases/fpc-postgres/pkg-plist new file mode 100644 index 000000000000..1cc768cba64d --- /dev/null +++ b/databases/fpc-postgres/pkg-plist @@ -0,0 +1,25 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllist.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllistdyn.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3dyn.a +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/postgres/testpg2.pp +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/postgres/testpg1.pp +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc +%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/postgres +%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% -- cgit v1.2.3