1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- New port: editors/lazarus-lcl-gtk

Lazarus components library - GTK backend
This commit is contained in:
Jose Alonso Cardenas Marquez 2012-05-07 19:10:59 +00:00
parent d154926260
commit 09ee0ee709
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296167
2 changed files with 22 additions and 0 deletions

View File

@ -154,6 +154,7 @@
SUBDIR += komodo-ide
SUBDIR += kxmleditor
SUBDIR += lazarus
SUBDIR += lazarus-lcl-gtk
SUBDIR += lazarus-lcl-nogui
SUBDIR += lazarus-lcl-units
SUBDIR += le

View File

@ -0,0 +1,21 @@
# 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"