diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:21:38 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:21:38 +0800 |
commit | 826afad529a895497cc23e88b6c168ddcc8d8045 (patch) | |
tree | 4d13c21cf103b780ce5c6dc2f754994598d9738a | |
parent | 25ad4155174c24ec02530bdd4cfd7b9da3e18e67 (diff) | |
download | freebsd-ports-gnome-826afad529a895497cc23e88b6c168ddcc8d8045.tar.gz freebsd-ports-gnome-826afad529a895497cc23e88b6c168ddcc8d8045.tar.zst freebsd-ports-gnome-826afad529a895497cc23e88b6c168ddcc8d8045.zip |
- New port: devel/gambas2-gb-corba
The gambas corba component
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gambas2-gb-corba/Makefile | 15 | ||||
-rw-r--r-- | devel/gambas2-gb-corba/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 24cb7685888e..cddd43ae4793 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -385,6 +385,7 @@ SUBDIR += g-wrap SUBDIR += g2c SUBDIR += gaa + SUBDIR += gambas2-gb-corba SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-gaunit diff --git a/devel/gambas2-gb-corba/Makefile b/devel/gambas2-gb-corba/Makefile new file mode 100644 index 000000000000..76b58649a1a3 --- /dev/null +++ b/devel/gambas2-gb-corba/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-corba +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -gb-corba + +COMMENT= The gambas corba component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gambas2-gb-corba/pkg-plist b/devel/gambas2-gb-corba/pkg-plist new file mode 100644 index 000000000000..c744fed3dd41 --- /dev/null +++ b/devel/gambas2-gb-corba/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.corba.so.0 +lib/gambas2/gb.corba.so +lib/gambas2/gb.corba.la +lib/gambas2/gb.corba.component +%%DATADIR%%/info/gb.corba.info +%%DATADIR%%/info/gb.corba.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |