diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-03-30 11:18:59 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-03-30 11:18:59 +0800 |
commit | 517db0c13523275af003674b740a32e345c16b8b (patch) | |
tree | 14c63c70ac455bf5511dec583c63e7de74f9c334 /editors | |
parent | 6c9f674d8e77ee6212ee0797c7936f68e89a1023 (diff) | |
download | freebsd-ports-gnome-517db0c13523275af003674b740a32e345c16b8b.tar.gz freebsd-ports-gnome-517db0c13523275af003674b740a32e345c16b8b.tar.zst freebsd-ports-gnome-517db0c13523275af003674b740a32e345c16b8b.zip |
Add port: editors/lazarus-gtk2: Lazarus with GTK2
PR: ports/166300
Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/lazarus-gtk2/Makefile | 21 | ||||
-rw-r--r-- | editors/lazarus-gtk2/pkg-descr | 3 |
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/ |