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