blob: f55c7235ee0bfaa79ae1688110113a9478fb90f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CATEGORIES= graphics lang
PKGNAMESUFFIX= -vcl-compat
COMMENT= Free Pascal interface to VCL components
USES= fpc
USE_FPC= dblib fastcgi fcl-async fcl-db fcl-fpcunit fcl-json fcl-net \
fcl-passrc fcl-xml fcl-web httpd22 httpd24 ibase libmicrohttpd \
mysql odbc openssl oracle postgres pxlib sqlite rtl-extra
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"
|