forked from Lainports/freebsd-ports
- lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3
24 lines
654 B
Makefile
24 lines
654 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|