diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:27:27 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:27:27 +0800 |
commit | e8f7a5690676d42825b70893765afc303b6b32f4 (patch) | |
tree | a9d09c298e23727d3abf260f1d8becb1d182f480 | |
parent | 33ad103c9b9773fdda46147ca7899f3a97c8135e (diff) | |
download | freebsd-ports-gnome-e8f7a5690676d42825b70893765afc303b6b32f4.tar.gz freebsd-ports-gnome-e8f7a5690676d42825b70893765afc303b6b32f4.tar.zst freebsd-ports-gnome-e8f7a5690676d42825b70893765afc303b6b32f4.zip |
- New port: graphics/gambas2-gb-image
A gambas image effects component
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gambas2-gb-image/Makefile | 15 | ||||
-rw-r--r-- | graphics/gambas2-gb-image/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0bbcd784d073..e9719fe7f658 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -198,6 +198,7 @@ SUBDIR += g2 SUBDIR += g3dviewer SUBDIR += gambas2-gb-gtk-svg + SUBDIR += gambas2-gb-image SUBDIR += gauche-gl SUBDIR += gcolor SUBDIR += gcolor2 diff --git a/graphics/gambas2-gb-image/Makefile b/graphics/gambas2-gb-image/Makefile new file mode 100644 index 000000000000..6be52eeee193 --- /dev/null +++ b/graphics/gambas2-gb-image/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-image +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gb-image + +COMMENT= A gambas image effects component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gambas2-gb-image/pkg-plist b/graphics/gambas2-gb-image/pkg-plist new file mode 100644 index 000000000000..b0b793250b8e --- /dev/null +++ b/graphics/gambas2-gb-image/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.image.component +lib/gambas2/gb.image.so.0 +lib/gambas2/gb.image.so +lib/gambas2/gb.image.la +%%DATADIR%%/info/gb.image.info +%%DATADIR%%/info/gb.image.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |