mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
34196d10e5
/etc/make.conf - Add FPC_LDPATH to freepascal compiler. By default it is defined to %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment variable - Remove compatX dependencies from bootstrap and compiler. It could fix problems when GENERIC kernel is not used [1] - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Submitted by: fbsdbugs4 __at__ sentry.org
20 lines
500 B
Makefile
20 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 5
|
|
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"
|