forked from Lainports/freebsd-ports
- Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= www lang
|
|
PKGNAMESUFFIX= -googleapi
|
|
|
|
COMMENT= Free Pascal googleapi unit
|
|
|
|
USES= fpc
|
|
USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-fpcunit \
|
|
fcl-net fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 \
|
|
ibase mysql postgres pxlib odbc openssl oracle rtl-extra \
|
|
rtl-objpas sqlite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|