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
23 lines
601 B
Makefile
23 lines
601 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Free Pascal Compiler utilities
|
|
|
|
USES= fpc
|
|
USE_FPC= chm fcl-base fcl-fpcunit fcl-net fcl-passrc fcl-res fcl-xml \
|
|
fppkg libcurl fcl-json rtl-extra rtl-objpas openssl fcl-async \
|
|
fcl-web fcl-db ibase mysql odbc oracle postgres sqlite \
|
|
dblib pxlib fastcgi httpd22 httpd24
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/utils
|
|
EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/fpcmake
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/fpcmkcfg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|