diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:07:20 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:07:20 +0800 |
commit | ae809b04e7923fa7814f17c3a4b77ce9a63d31b3 (patch) | |
tree | 2f056e0462cf2260a93544ee2176d38e496a85fe /archivers | |
parent | a3dd9f4b7a49be2860162e8b9991e20359a53c3f (diff) | |
download | freebsd-ports-graphics-ae809b04e7923fa7814f17c3a4b77ce9a63d31b3.tar.gz freebsd-ports-graphics-ae809b04e7923fa7814f17c3a4b77ce9a63d31b3.tar.zst freebsd-ports-graphics-ae809b04e7923fa7814f17c3a4b77ce9a63d31b3.zip |
- New port: archivers/gambas2-gb-compress-bzlib2
The gambas bzlib2 compression component
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/gambas2-gb-compress-bzlib2/Makefile | 15 | ||||
-rw-r--r-- | archivers/gambas2-gb-compress-bzlib2/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index a55fe7ab360..22f0882dbdf 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -27,6 +27,7 @@ SUBDIR += fpc-unzip SUBDIR += freetar SUBDIR += freeze + SUBDIR += gambas2-gb-compress-bzlib2 SUBDIR += grzip SUBDIR += gtar SUBDIR += gzip diff --git a/archivers/gambas2-gb-compress-bzlib2/Makefile b/archivers/gambas2-gb-compress-bzlib2/Makefile new file mode 100644 index 00000000000..0da7ed9ccf7 --- /dev/null +++ b/archivers/gambas2-gb-compress-bzlib2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-compress-bzlib2 +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers lang +PKGNAMESUFFIX= -gb-compress-bzlib2 + +COMMENT= The gambas bzlib2 compression component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/gambas2-gb-compress-bzlib2/pkg-plist b/archivers/gambas2-gb-compress-bzlib2/pkg-plist new file mode 100644 index 00000000000..58c89ecb184 --- /dev/null +++ b/archivers/gambas2-gb-compress-bzlib2/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.compress.bzlib2.so.0 +lib/gambas2/gb.compress.bzlib2.so +lib/gambas2/gb.compress.bzlib2.la +@dirrmtry lib/gambas2 |