diff options
author | acm <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
commit | be8c2fc2f0a9dbc5795cca72bab530cd95ac8cf9 (patch) | |
tree | a3a2f4268e8fe61cde513b3aae848bcf90394d28 /databases/fpc-ibase/Makefile | |
parent | f17c49926cffd90046cb36851ca50d5d2a825410 (diff) | |
download | FreeBSD-ports-be8c2fc2f0a9dbc5795cca72bab530cd95ac8cf9.zip FreeBSD-ports-be8c2fc2f0a9dbc5795cca72bab530cd95ac8cf9.tar.gz |
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils
Approved by: garga (mentor)
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 01d0704..be1ea4b 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" |