1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/fpc-utils/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
641 B
Makefile

PORTREVISION= 1
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 \
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"