diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
commit | 3a14939100092889eaeb54dfdfc5eb20fbeb70e3 (patch) | |
tree | 2386c61baec8d8f38b0a33c712e329ab11269c54 /editors/fpc-ide/Makefile | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) |
- Use new freepascal stuff
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=215708
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r-- | editors/fpc-ide/Makefile | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 920b67cd9200..25a34e42979d 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -5,34 +5,16 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= editors lang PKGNAMESUFFIX= -ide MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ - ${UNITSDIR}/graph/Package.fpc:${PORTSDIR}/graphics/fpc-graph \ - ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ - ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ - ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \ - ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ - ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ - ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ - ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ - ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ - ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ - ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ - ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ - ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ - ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite \ - ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ - ${UNITSDIR}/fv/Package.fpc:${PORTSDIR}/devel/fpc-fv +USE_FPC= gdbint graph ibase libasync hash mysql netdb odbc oracle pasjpeg \ + paszlib pthreads postgres regexpr sqlite fcl-base fv -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} UNITPREFIX= # none MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} |