diff options
author | rene <rene@FreeBSD.org> | 2011-04-19 07:37:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-04-19 07:37:03 +0800 |
commit | 3ec4ad2680e4e9b184e9370c7f0b1bb34f700769 (patch) | |
tree | b1d86947d889bf789135c5e98a403e0f46215085 /x11-toolkits | |
parent | c691d5e3e2db5ec361476b49888b06ecb718abfa (diff) | |
download | freebsd-ports-gnome-3ec4ad2680e4e9b184e9370c7f0b1bb34f700769.tar.gz freebsd-ports-gnome-3ec4ad2680e4e9b184e9370c7f0b1bb34f700769.tar.zst freebsd-ports-gnome-3ec4ad2680e4e9b184e9370c7f0b1bb34f700769.zip |
Re-add x11-toolkits/gambas2-gb-qt as in its previous state to
prevent INDEX breakage. Appearently there is no easy way to
restore directories from the CVS attic, so this is a new "cvs add".
Pointy hat to: rene
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gambas2-gb-qt/Makefile | 19 | ||||
-rw-r--r-- | x11-toolkits/gambas2-gb-qt/pkg-plist | 23 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f34dc1516fc2..18abf51d8f96 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -35,6 +35,7 @@ SUBDIR += gal2 SUBDIR += gal2-reference SUBDIR += gambas2-gb-gtk + SUBDIR += gambas2-gb-qt SUBDIR += gdl SUBDIR += gigi SUBDIR += gir-repository-vte diff --git a/x11-toolkits/gambas2-gb-qt/Makefile b/x11-toolkits/gambas2-gb-qt/Makefile new file mode 100644 index 000000000000..0bdd90fadbaa --- /dev/null +++ b/x11-toolkits/gambas2-gb-qt/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gambas2-gb-qt +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -gb-qt + +COMMENT= The gambas Qt GUI component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +BROKEN= fails to build +DEPRECATED= has been broken for over a year +EXPIRATION_DATE=2011-04-17 + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/gambas2-gb-qt/pkg-plist b/x11-toolkits/gambas2-gb-qt/pkg-plist new file mode 100644 index 000000000000..91afb6e5d8de --- /dev/null +++ b/x11-toolkits/gambas2-gb-qt/pkg-plist @@ -0,0 +1,23 @@ +@comment $FreeBSD$ +lib/gambas2/gb.qt.component +lib/gambas2/gb.qt.so.0 +lib/gambas2/gb.qt.so +lib/gambas2/gb.qt.la +lib/gambas2/gb.qt.ext.component +lib/gambas2/gb.qt.ext.so.0 +lib/gambas2/gb.qt.ext.so +lib/gambas2/gb.qt.ext.la +lib/gambas2/gb.qt.opengl.component +lib/gambas2/gb.qt.opengl.so.0 +lib/gambas2/gb.qt.opengl.so +lib/gambas2/gb.qt.opengl.la +lib/gambas2/gb.qt.gambas +%%DATADIR%%/info/gb.qt.info +%%DATADIR%%/info/gb.qt.list +%%DATADIR%%/info/gb.qt.ext.info +%%DATADIR%%/info/gb.qt.ext.list +%%DATADIR%%/info/gb.qt.opengl.info +%%DATADIR%%/info/gb.qt.opengl.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |