Update lang/fpc-utils to version 3.2.2
[dports.git] / lang / fpc-utils / Makefile
1 CATEGORIES=     lang
2 PKGNAMESUFFIX=  -utils
3
4 COMMENT=        Free Pascal Compiler utilities
5
6 USES=           fpc
7 USE_FPC=        chm dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-js \
8                 fcl-net fcl-passrc fcl-res fcl-xml fcl-web fcl-json fppkg \
9                 httpd22 httpd24 ibase libcurl libmicrohttpd mysql odbc openssl \
10                 oracle pastojs postgres pxlib rtl-extra rtl-generics rtl-objpas \
11                 tplylib sqlite webidl
12
13 MASTERDIR=      ${.CURDIR}/../../lang/fpc
14 WRKUNITDIR=     ${FPCSRCDIR}/utils
15 EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl
16
17 post-install:
18         ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmake
19         ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmkcfg
20
21 .include "${MASTERDIR}/Makefile"