diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:08:44 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:08:44 +0800 |
commit | 6f9b7dbfc18424567b80342d33798f5ca5429931 (patch) | |
tree | acabe4f50a557b5ff9a090f65c052facdee093bd | |
parent | ae809b04e7923fa7814f17c3a4b77ce9a63d31b3 (diff) | |
download | freebsd-ports-gnome-6f9b7dbfc18424567b80342d33798f5ca5429931.tar.gz freebsd-ports-gnome-6f9b7dbfc18424567b80342d33798f5ca5429931.tar.zst freebsd-ports-gnome-6f9b7dbfc18424567b80342d33798f5ca5429931.zip |
- New port: archivers/gambas2-gb-compress-zlib
The gambas zlib compression component
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/gambas2-gb-compress-zlib/Makefile | 15 | ||||
-rw-r--r-- | archivers/gambas2-gb-compress-zlib/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 22f0882dbdfc..1b221d3f8758 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -28,6 +28,7 @@ SUBDIR += freetar SUBDIR += freeze SUBDIR += gambas2-gb-compress-bzlib2 + SUBDIR += gambas2-gb-compress-zlib SUBDIR += grzip SUBDIR += gtar SUBDIR += gzip diff --git a/archivers/gambas2-gb-compress-zlib/Makefile b/archivers/gambas2-gb-compress-zlib/Makefile new file mode 100644 index 000000000000..bf3b5f5815e4 --- /dev/null +++ b/archivers/gambas2-gb-compress-zlib/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-compress-zlib +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers lang +PKGNAMESUFFIX= -gb-compress-zlib + +COMMENT= The gambas zlib compression component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/gambas2-gb-compress-zlib/pkg-plist b/archivers/gambas2-gb-compress-zlib/pkg-plist new file mode 100644 index 000000000000..6c7c3d4247ea --- /dev/null +++ b/archivers/gambas2-gb-compress-zlib/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.compress.zlib.so.0 +lib/gambas2/gb.compress.zlib.so +lib/gambas2/gb.compress.zlib.la +@dirrmtry lib/gambas2 |