summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-03-30 03:18:59 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-03-30 03:18:59 +0000
commit4acf6b99865edf536954a170533bb6a7a792f2ba (patch)
tree8ffd079aae96fc2d85b173f7170424f22a43dce7 /editors
parent- Update to 1.13 (diff)
Add port: editors/lazarus-gtk2: Lazarus with GTK2
PR: ports/166300 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> Feature safe: yes
Notes
Notes: svn path=/head/; revision=293979
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/lazarus-gtk2/Makefile21
-rw-r--r--editors/lazarus-gtk2/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 702fd405988f..df6b7f3682a6 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -154,6 +154,7 @@
SUBDIR += komodo-ide
SUBDIR += kxmleditor
SUBDIR += lazarus
+ SUBDIR += lazarus-gtk2
SUBDIR += le
SUBDIR += leafpad
SUBDIR += led
diff --git a/editors/lazarus-gtk2/Makefile b/editors/lazarus-gtk2/Makefile
new file mode 100644
index 000000000000..eee2d3d85edb
--- /dev/null
+++ b/editors/lazarus-gtk2/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: lazarus-gtk2
+# Date created: 2012-01-15
+# Whom: Beñat Gonzalez Etxeparee <bbtruk@users.sourceforge.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lazarus-gtk2
+
+MAINTAINER= bbtruk@users.sourceforge.net
+
+MASTERDIR= ${.CURDIR}/../lazarus
+
+WITH_GTK2= yes
+WITHOUT_QT4= yes
+WITHOUT_LAZARUS_OPTIONS= yes
+
+LATEST_LINK= lazarus-gtk2
+DESCR= ${.CURDIR}/pkg-descr
+
+.include "${MASTERDIR}/Makefile"
diff --git a/editors/lazarus-gtk2/pkg-descr b/editors/lazarus-gtk2/pkg-descr
new file mode 100644
index 000000000000..b94723b865bc
--- /dev/null
+++ b/editors/lazarus-gtk2/pkg-descr
@@ -0,0 +1,3 @@
+Lazarus with GTK2
+
+WWW: http://www.lazarus.freepascal.org/