freebsd-ports/editors/lazarus-lcl-gtk2/Makefile

20 lines
461 B
Makefile
Raw Normal View History

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
2015-08-18 06:21:59 +02:00
PORTREVISION= 2
PKGNAMESUFFIX= -lcl-gtk2
COMMENT= Lazarus components library - GTK2 backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
2015-08-18 06:21:59 +02:00
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-process fcl-res fcl-registry \
fcl-xml gtk2 pasjpeg x11
LCL_INTERFACE= gtk2
MASTERDIR= ${.CURDIR}/../../editors/lazarus
OPT= #
.include "${MASTERDIR}/Makefile"