f01cba6e50
This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -lcl-gtk2
|
|
|
|
COMMENT= Lazarus components library - GTK2 backend
|
|
|
|
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/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"
|