diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:34:13 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:34:13 +0800 |
commit | 5cc154479a352da597da9bc3947a7c721381f1c8 (patch) | |
tree | cd2e28060a67f887dba785863a6e962126ebc66b | |
parent | 0eb499c0c62c915ffd33786f3d9e637ed3d597c9 (diff) | |
download | freebsd-ports-gnome-5cc154479a352da597da9bc3947a7c721381f1c8.tar.gz freebsd-ports-gnome-5cc154479a352da597da9bc3947a7c721381f1c8.tar.zst freebsd-ports-gnome-5cc154479a352da597da9bc3947a7c721381f1c8.zip |
- New port: security/gambas2-gb-crypt
The gambas crypt encription component
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/gambas2-gb-crypt/Makefile | 15 | ||||
-rw-r--r-- | security/gambas2-gb-crypt/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7fb198f7514e..ad8891a92da0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -151,6 +151,7 @@ SUBDIR += fwlogwatch SUBDIR += fwtk SUBDIR += gag + SUBDIR += gambas2-gb-crypt SUBDIR += gcipher SUBDIR += gnome-gpg SUBDIR += gnome-keyring diff --git a/security/gambas2-gb-crypt/Makefile b/security/gambas2-gb-crypt/Makefile new file mode 100644 index 000000000000..6dc6d7d7a074 --- /dev/null +++ b/security/gambas2-gb-crypt/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-crypt +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= security lang +PKGNAMESUFFIX= -gb-crypt + +COMMENT= The gambas crypt encription component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/security/gambas2-gb-crypt/pkg-plist b/security/gambas2-gb-crypt/pkg-plist new file mode 100644 index 000000000000..365789620392 --- /dev/null +++ b/security/gambas2-gb-crypt/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.crypt.so.0 +lib/gambas2/gb.crypt.so +lib/gambas2/gb.crypt.la +lib/gambas2/gb.crypt.component +%%DATADIR%%/info/gb.crypt.info +%%DATADIR%%/info/gb.crypt.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |