aboutsummaryrefslogtreecommitdiff
path: root/databases/fpc-oracle
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-oracle
parentc9b2d130fe2e03dd698820038b20cd1be036dc3c (diff)
downloadports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz
ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip
Notes
Diffstat (limited to 'databases/fpc-oracle')
-rw-r--r--databases/fpc-oracle/Makefile9
-rw-r--r--databases/fpc-oracle/pkg-plist15
2 files changed, 21 insertions, 3 deletions
diff --git a/databases/fpc-oracle/Makefile b/databases/fpc-oracle/Makefile
index afab56fc3a54..9d2142b03614 100644
--- a/databases/fpc-oracle/Makefile
+++ b/databases/fpc-oracle/Makefile
@@ -8,13 +8,16 @@
CATEGORIES= databases lang
PKGNAMESUFFIX= -oracle
-MAINTAINER= acardenas@bsd.org.pe
+MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to Oracle
-RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
- ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client
ORACLE8_LIB= ${LOCALBASE}/oracle8-client/rdbms/lib
MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
+HAVE_EXAMPLES= true
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-oracle/pkg-plist b/databases/fpc-oracle/pkg-plist
new file mode 100644
index 000000000000..89188f984d22
--- /dev/null
+++ b/databases/fpc-oracle/pkg-plist
@@ -0,0 +1,15 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/libporaoci.a
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/oracle/test01.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/oracle/oraclew.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/oracle/Makefile.fpc
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/oracle/Makefile
+@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle
+@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+@dirrmtry lib/fpc/%%PORTVERSION%%/units
+@dirrmtry lib/fpc/%%PORTVERSION%%
+@dirrmtry lib/fpc
+%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/oracle
+%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%