17 lines
448 B
Makefile
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"
|