aboutsummaryrefslogblamecommitdiff
path: root/lang/fpc-utils/Makefile
blob: 7b8d0fe691c770e528e6fb75549802675753c12f (plain) (tree)
1
2
3
4
5
6
7
                 


                      
                                              
 
                   




                                                                                 
 
                                         





                                               

                                
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"