summaryrefslogtreecommitdiff
path: root/databases/fpc-postgres
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-24 11:21:27 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-24 11:21:27 +0000
commit995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch)
tree716cad45f74530d35aed61fcde093f63ed88f722 /databases/fpc-postgres
parentNew port: lang/fpc-utils (diff)
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=168609
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r--databases/fpc-postgres/Makefile7
-rw-r--r--databases/fpc-postgres/pkg-plist25
2 files changed, 30 insertions, 2 deletions
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%%