freebsd-ports/editors/lazarus-lcl-units/Makefile
2017-03-01 17:50:48 +00:00

17 lines
448 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -lcl-units
COMMENT= Lazarus components library units
USE_FPC= fcl-base fcl-db fcl-image fcl-json fcl-registry \
fcl-res fcl-xml iconvenc pasjpeg
LCL_INTERFACE= #
MASTERDIR= ${.CURDIR}/../../editors/lazarus
OPT= "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
.include "${MASTERDIR}/Makefile"