20 lines
440 B
Makefile
20 lines
440 B
Makefile
|
# New ports collection makefile for: lazarus-lcl-nogui
|
||
|
# Date Created: 2012-05-01
|
||
|
# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
PKGNAMESUFFIX= -lcl-nogui
|
||
|
|
||
|
COMMENT= Lazarus components library - No gui backend
|
||
|
|
||
|
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
|
||
|
|
||
|
LCL_INTERFACE= nogui
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|