mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fd6c18076b
Lazarus components library - No gui backend
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"
|