mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- New port: editors/lazarus-lcl-gtk
Lazarus components library - GTK backend
This commit is contained in:
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
|
@ -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
|
||||
|
|
21
editors/lazarus-lcl-gtk/Makefile
Normal file
21
editors/lazarus-lcl-gtk/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue