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