diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:24:18 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:24:18 +0800 |
commit | dd77f74b62b9393660b216a4fbb2fa277fa1ba59 (patch) | |
tree | 1ce5b06aa6cdca6d70166ee7f9c5191ea7685558 | |
parent | 115a8db4385a34e6199fa599aec70b4ee30f7fdf (diff) | |
download | freebsd-ports-gnome-dd77f74b62b9393660b216a4fbb2fa277fa1ba59.tar.gz freebsd-ports-gnome-dd77f74b62b9393660b216a4fbb2fa277fa1ba59.tar.zst freebsd-ports-gnome-dd77f74b62b9393660b216a4fbb2fa277fa1ba59.zip |
- New port: devel/gambas2-gb-sdl
The gambas SDL component
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gambas2-gb-sdl/Makefile | 15 | ||||
-rw-r--r-- | devel/gambas2-gb-sdl/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7062e7bdde2b..e2e89e2ad334 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -387,6 +387,7 @@ SUBDIR += gaa SUBDIR += gambas2-gb-corba SUBDIR += gambas2-gb-pcre + SUBDIR += gambas2-gb-sdl SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-gaunit diff --git a/devel/gambas2-gb-sdl/Makefile b/devel/gambas2-gb-sdl/Makefile new file mode 100644 index 000000000000..b1de2d808aa2 --- /dev/null +++ b/devel/gambas2-gb-sdl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-sdl +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -gb-sdl + +COMMENT= The gambas SDL component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gambas2-gb-sdl/pkg-plist b/devel/gambas2-gb-sdl/pkg-plist new file mode 100644 index 000000000000..13cf1d608099 --- /dev/null +++ b/devel/gambas2-gb-sdl/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.sdl.so.0 +lib/gambas2/gb.sdl.so +lib/gambas2/gb.sdl.la +lib/gambas2/gb.sdl.component +%%DATADIR%%/info/gb.sdl.info +%%DATADIR%%/info/gb.sdl.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |