when GENERIC kernel is not used. - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Reported by: fbsdbugs4 at sentry.org
24 lines
601 B
Makefile
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"
|