diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:35:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:35:57 +0800 |
commit | 50563732a53657bf544b6f4c8287b4f260ee0bf1 (patch) | |
tree | 517baccba30b3b52f385c8c5df4522807be884e9 | |
parent | 5cc154479a352da597da9bc3947a7c721381f1c8 (diff) | |
download | freebsd-ports-gnome-50563732a53657bf544b6f4c8287b4f260ee0bf1.tar.gz freebsd-ports-gnome-50563732a53657bf544b6f4c8287b4f260ee0bf1.tar.zst freebsd-ports-gnome-50563732a53657bf544b6f4c8287b4f260ee0bf1.zip |
- New port: textproc/gambas2-gb-xml
The gambas XML component
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gambas2-gb-xml/Makefile | 15 | ||||
-rw-r--r-- | textproc/gambas2-gb-xml/pkg-plist | 20 |
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bc1ed10daff0..d5a665155973 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -177,6 +177,7 @@ SUBDIR += fy-aspell SUBDIR += ga-aspell SUBDIR += galax + SUBDIR += gambas2-gb-xml SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdict diff --git a/textproc/gambas2-gb-xml/Makefile b/textproc/gambas2-gb-xml/Makefile new file mode 100644 index 000000000000..24d0cbd447fc --- /dev/null +++ b/textproc/gambas2-gb-xml/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-xml +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc lang +PKGNAMESUFFIX= -gb-xml + +COMMENT= The gambas XML component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gambas2-gb-xml/pkg-plist b/textproc/gambas2-gb-xml/pkg-plist new file mode 100644 index 000000000000..18e88d146f79 --- /dev/null +++ b/textproc/gambas2-gb-xml/pkg-plist @@ -0,0 +1,20 @@ +@comment $FreeBSD$ +lib/gambas2/gb.xml.component +lib/gambas2/gb.xml.so.0 +lib/gambas2/gb.xml.so +lib/gambas2/gb.xml.la +lib/gambas2/gb.xml.rpc.component +lib/gambas2/gb.xml.rpc.gambas +lib/gambas2/gb.xml.xslt.component +lib/gambas2/gb.xml.xslt.so.0 +lib/gambas2/gb.xml.xslt.so +lib/gambas2/gb.xml.xslt.la +%%DATADIR%%/info/gb.xml.info +%%DATADIR%%/info/gb.xml.list +%%DATADIR%%/info/gb.xml.rpc.info +%%DATADIR%%/info/gb.xml.rpc.list +%%DATADIR%%/info/gb.xml.xslt.info +%%DATADIR%%/info/gb.xml.xslt.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |