diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-01 05:19:50 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-01 05:19:50 +0000 |
commit | 0ffb093d337e8177e7600e4742cbb3715884738f (patch) | |
tree | 95a5be754a635fc5af2353f9f8e58f566e93f748 /editors | |
parent | 3f334cb2a0f4eaec5fa770d7fbaa6df5c425a91b (diff) | |
download | FreeBSD-ports-0ffb093d337e8177e7600e4742cbb3715884738f.zip FreeBSD-ports-0ffb093d337e8177e7600e4742cbb3715884738f.tar.gz |
x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/gambas2-ide/Makefile | 17 | ||||
-rw-r--r-- | editors/gambas2-ide/pkg-plist | 22 |
3 files changed, 0 insertions, 40 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7fdbc02..48e2278 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -52,7 +52,6 @@ SUBDIR += fpc-ide SUBDIR += fte SUBDIR += fxite - SUBDIR += gambas2-ide SUBDIR += gate SUBDIR += gedit SUBDIR += gedit-plugins diff --git a/editors/gambas2-ide/Makefile b/editors/gambas2-ide/Makefile deleted file mode 100644 index 77e34ce..0000000 --- a/editors/gambas2-ide/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gambas2-ide -# Date created: 2009-05-02 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= editors lang -PKGNAMESUFFIX= -ide - -COMMENT= IDE for the gambas programming language - -GAMBAS_COMPONENT=app - -MASTERDIR= ${.CURDIR}/../../lang/gambas2-base - -.include "${MASTERDIR}/Makefile" diff --git a/editors/gambas2-ide/pkg-plist b/editors/gambas2-ide/pkg-plist deleted file mode 100644 index 278b0d4..0000000 --- a/editors/gambas2-ide/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -@comment $FreeBSD$ -bin/gambas2 -bin/gambas2-database-manager.gambas -bin/gambas2.gambas -bin/gbs2.gambas -bin/gbs2 -share/icons/hicolor/64x64/mimetypes/application-x-gambasscript.png -share/icons/hicolor/64x64/mimetypes/application-x-gambasserverpage.png -share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-gambasscript.png -share/icons/hicolor/64x64/mimetypes/gnome-mime-application-x-gambasserverpage.png -share/mimelnk/application/x-gambasscript.desktop -share/mimelnk/application/x-gambasserverpage.desktop -%%DATADIR%%/icons/application-x-gambasscript.png -%%DATADIR%%/icons/application-x-gambasserverpage.png -@dirrmtry share/icons/hicolor/64x64/mimetypes -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/mimelnk/application -@dirrmtry share/mimelnk -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%% |