82ac7a6add
- lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-db
|
|
|
|
COMMENT= Free Pascal Database Library (FCL)
|
|
|
|
USES= fpc
|
|
USE_FPC= fcl-base fcl-xml rtl-objpas rtl-extra ibase mysql odbc \
|
|
oracle postgres sqlite dblib pxlib fcl-json
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|