blob: 6affb3e7b62f68248d2e03e64a2a8a976e6040b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -lcl-gtk2
COMMENT= Lazarus components library - GTK2 backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-res fcl-registry \
fcl-xml gtk2 pasjpeg x11
LCL_INTERFACE= gtk2
MASTERDIR= ${.CURDIR}/../../editors/lazarus
OPT= #
.include "${MASTERDIR}/Makefile"
|