diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
commit | 995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch) | |
tree | 716cad45f74530d35aed61fcde093f63ed88f722 /databases/fpc-ibase/Makefile | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) |
Notes
Diffstat (limited to 'databases/fpc-ibase/Makefile')
-rw-r--r-- | databases/fpc-ibase/Makefile | 7 |
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" |