Files
ports/lang/fpc-utils/Makefile
Jose Alonso Cardenas Marquez 8c8a336495 - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
2020-03-06 06:26:05 +00:00

24 lines
601 B
Makefile

# $FreeBSD$
PORTREVISION= 6
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"