aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-vcl-compat/Makefile
blob: 9e0b24d9b48dcee3bc86c601da168883226b6a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"