1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/lang/fpc-utils/Makefile
Jan Beich 644e2fda25 lang/fpc-utils: unbreak after e40d870fc3
The installer encountered the following error:
Could not find unit directory for dependency package "tplylib" required for package "fcl-res"
gmake[1]: *** [Makefile:2469: release] Error 1
gmake[1]: Leaving directory '/usr/ports/lang/fpc-utils/work/fpc-3.2.2/utils'
2021-08-01 03:07:24 +00:00

22 lines
633 B
Makefile

CATEGORIES= lang
PKGNAMESUFFIX= -utils
COMMENT= Free Pascal Compiler utilities
USES= fpc
USE_FPC= chm dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-js \
fcl-net fcl-passrc fcl-res fcl-xml fcl-web fcl-json fppkg \
httpd22 httpd24 ibase libcurl libmicrohttpd mysql odbc openssl \
oracle pastojs postgres pxlib rtl-extra rtl-generics rtl-objpas \
tplylib sqlite webidl
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"