2f1a668160
- Remove obsolete patch files - Re-installation or update of lazarus should work fine from now - STAGEDIR support
17 lines
357 B
Makefile
17 lines
357 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -lcl-qt
|
|
|
|
COMMENT= Lazarus components library - QT backend
|
|
|
|
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
|
|
|
|
USE_FPC= x11
|
|
|
|
LCL_INTERFACE= qt
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|