aboutsummaryrefslogtreecommitdiff
path: root/databases/fpc-ibase/Makefile
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-ibase/Makefile
parentc9b2d130fe2e03dd698820038b20cd1be036dc3c (diff)
Notes
Diffstat (limited to 'databases/fpc-ibase/Makefile')
-rw-r--r--databases/fpc-ibase/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/fpc-ibase/Makefile b/databases/fpc-ibase/Makefile
index 01d0704a2302..be1ea4ba59ed 100644
--- a/databases/fpc-ibase/Makefile
+++ b/databases/fpc-ibase/Makefile
@@ -8,12 +8,15 @@
CATEGORIES= databases lang
PKGNAMESUFFIX= -ibase
-MAINTAINER= acardenas@bsd.org.pe
+MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to interbase
-RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
LIB_DEPENDS= fbembed.1:${PORTSDIR}/databases/firebird-client
MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
+HAVE_EXAMPLES= true
.include "${MASTERDIR}/Makefile"