summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-03-30 13:23:12 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-03-30 13:23:12 +0000
commit07a1df740c71502042b043676b7d0702ab5471a2 (patch)
treef1a16f8d25d7f49dd5e76dfdbf6ae2e64a70bec1 /editors
parent- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before (diff)
- Remove Makefile entry for port that creates duplicate index.
PR: ports/166300 Submitted by: scheidell (me) Approved by: bbtruk@users.sourceforge.net (maintainer, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293992
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/lazarus-qt4/Makefile21
-rw-r--r--editors/lazarus-qt4/pkg-descr3
3 files changed, 24 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile
index df6b7f3682a6..702fd405988f 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -154,7 +154,6 @@
SUBDIR += komodo-ide
SUBDIR += kxmleditor
SUBDIR += lazarus
- SUBDIR += lazarus-gtk2
SUBDIR += le
SUBDIR += leafpad
SUBDIR += led
diff --git a/editors/lazarus-qt4/Makefile b/editors/lazarus-qt4/Makefile
new file mode 100644
index 000000000000..832088001ae4
--- /dev/null
+++ b/editors/lazarus-qt4/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: lazarus-qt4
+# Date created: 2012-01-15
+# Whom: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lazarus-qt4
+
+MAINTAINER= bbtruk@users.sourceforge.net
+
+MASTERDIR= ${.CURDIR}/../lazarus
+
+WITHOUT_GTK2= yes
+WITH_QT4= yes
+WITHOUT_LAZARUS_OPTIONS= yes
+
+LATEST_LINK= lazarus-qt4
+DESCR= ${.CURDIR}/pkg-descr
+
+.include "${MASTERDIR}/Makefile"
diff --git a/editors/lazarus-qt4/pkg-descr b/editors/lazarus-qt4/pkg-descr
new file mode 100644
index 000000000000..95260a12fb03
--- /dev/null
+++ b/editors/lazarus-qt4/pkg-descr
@@ -0,0 +1,3 @@
+Lazarus with QT4
+
+WWW: http://www.lazarus.freepascal.org/