diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:01:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:01:43 +0800 |
commit | 0469f7d75d1668f3f0e96d6fff9a8eb163c08e59 (patch) | |
tree | 35c9508ae22a2d4961075d67466e788275751680 | |
parent | 2c59a82a617b67dafefd8cf60c8abf7bf22a02a1 (diff) | |
download | freebsd-ports-gnome-0469f7d75d1668f3f0e96d6fff9a8eb163c08e59.tar.gz freebsd-ports-gnome-0469f7d75d1668f3f0e96d6fff9a8eb163c08e59.tar.zst freebsd-ports-gnome-0469f7d75d1668f3f0e96d6fff9a8eb163c08e59.zip |
- New port: x11/gambas-gb-desktop
The gambas portland project compatibility component
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gambas2-gb-desktop/Makefile | 15 | ||||
-rw-r--r-- | x11/gambas2-gb-desktop/pkg-plist | 11 |
3 files changed, 27 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6eb47c9ce45d..1a0daf56a18b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -86,6 +86,7 @@ SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf + SUBDIR += gambas2-gb-desktop SUBDIR += gcb SUBDIR += gcursor SUBDIR += gdesklets-tasklist diff --git a/x11/gambas2-gb-desktop/Makefile b/x11/gambas2-gb-desktop/Makefile new file mode 100644 index 000000000000..c81eab0b7b16 --- /dev/null +++ b/x11/gambas2-gb-desktop/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-desktop +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= x11 lang +PKGNAMESUFFIX= -gb-desktop + +COMMENT= The gambas portland project compatibility component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/x11/gambas2-gb-desktop/pkg-plist b/x11/gambas2-gb-desktop/pkg-plist new file mode 100644 index 000000000000..b3067b27d077 --- /dev/null +++ b/x11/gambas2-gb-desktop/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +lib/gambas2/gb.desktop.so.0 +lib/gambas2/gb.desktop.so +lib/gambas2/gb.desktop.la +lib/gambas2/gb.desktop.component +lib/gambas2/gb.desktop.gambas +%%DATADIR%%/info/gb.desktop.info +%%DATADIR%%/info/gb.desktop.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |