diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:30:34 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:30:34 +0800 |
commit | e3200f71ab3aa4d4a3da4db6506a332182046283 (patch) | |
tree | 4c44a4d39b68aa563aef7548e63645405ed83c1a | |
parent | 801588552808c85d04f3ed220dce6f762b28be4b (diff) | |
download | freebsd-ports-gnome-e3200f71ab3aa4d4a3da4db6506a332182046283.tar.gz freebsd-ports-gnome-e3200f71ab3aa4d4a3da4db6506a332182046283.tar.zst freebsd-ports-gnome-e3200f71ab3aa4d4a3da4db6506a332182046283.zip |
- New port: graphics/gambas2-gb-opengl
The OpenGL component for gambas
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gambas2-gb-opengl/Makefile | 15 | ||||
-rw-r--r-- | graphics/gambas2-gb-opengl/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b1b21cce072a..5e0194cbc3a8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -199,6 +199,7 @@ SUBDIR += g3dviewer SUBDIR += gambas2-gb-gtk-svg SUBDIR += gambas2-gb-image + SUBDIR += gambas2-gb-opengl SUBDIR += gambas2-gb-pdf SUBDIR += gauche-gl SUBDIR += gcolor diff --git a/graphics/gambas2-gb-opengl/Makefile b/graphics/gambas2-gb-opengl/Makefile new file mode 100644 index 000000000000..c1ee780a4e80 --- /dev/null +++ b/graphics/gambas2-gb-opengl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-opengl +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gb-opengl + +COMMENT= The OpenGL component for gambas + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gambas2-gb-opengl/pkg-plist b/graphics/gambas2-gb-opengl/pkg-plist new file mode 100644 index 000000000000..bacb854992bf --- /dev/null +++ b/graphics/gambas2-gb-opengl/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.opengl.component +lib/gambas2/gb.opengl.so.0 +lib/gambas2/gb.opengl.so +lib/gambas2/gb.opengl.la +%%DATADIR%%/info/gb.opengl.info +%%DATADIR%%/info/gb.opengl.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |