mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- 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
18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-web
|
|
PORTREVISION= 5
|
|
|
|
COMMENT= Free Pascal web application libary (FCL)
|
|
|
|
USES= fpc
|
|
USE_FPC= dblib fcl-async fcl-base fcl-db fcl-xml fcl-json fcl-net \
|
|
fcl-fpcunit fcl-passrc fastcgi httpd22 httpd24 ibase mysql \
|
|
odbc openssl oracle postgres pxlib rtl-extra sqlite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|