mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
24 lines
641 B
Makefile
24 lines
641 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Free Pascal Compiler utilities
|
|
|
|
USES= fpc
|
|
USE_FPC= chm fcl-base fcl-fpcunit fcl-net fcl-passrc fcl-res fcl-xml \
|
|
fppkg libcurl fcl-json rtl-extra rtl-objpas openssl fcl-async \
|
|
fcl-web fcl-db ibase mysql odbc oracle postgres sqlite \
|
|
dblib pxlib fastcgi httpd22 httpd24
|
|
|
|
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"
|