diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:32:46 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:32:46 +0800 |
commit | 0eb499c0c62c915ffd33786f3d9e637ed3d597c9 (patch) | |
tree | a26072bc031885ba877661e585929ded969986e5 | |
parent | e3200f71ab3aa4d4a3da4db6506a332182046283 (diff) | |
download | freebsd-ports-gnome-0eb499c0c62c915ffd33786f3d9e637ed3d597c9.tar.gz freebsd-ports-gnome-0eb499c0c62c915ffd33786f3d9e637ed3d597c9.tar.zst freebsd-ports-gnome-0eb499c0c62c915ffd33786f3d9e637ed3d597c9.zip |
- New port: mail/gambas2-gb-net-smtp
The gambas component to use smtp protocol
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/gambas2-gb-net-smtp/Makefile | 15 | ||||
-rw-r--r-- | mail/gambas2-gb-net-smtp/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9902b2703f27..f1dcfdd14e96 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -148,6 +148,7 @@ SUBDIR += firepay SUBDIR += freepops SUBDIR += ftrack + SUBDIR += gambas2-gb-net-smtp SUBDIR += gbuffy SUBDIR += gensig SUBDIR += getlive diff --git a/mail/gambas2-gb-net-smtp/Makefile b/mail/gambas2-gb-net-smtp/Makefile new file mode 100644 index 000000000000..7a8af5f013d1 --- /dev/null +++ b/mail/gambas2-gb-net-smtp/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-net-smtp +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= mail lang +PKGNAMESUFFIX= -gb-net-smtp + +COMMENT= The gambas component to use smtp protocol + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/mail/gambas2-gb-net-smtp/pkg-plist b/mail/gambas2-gb-net-smtp/pkg-plist new file mode 100644 index 000000000000..56b85e88dd7a --- /dev/null +++ b/mail/gambas2-gb-net-smtp/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.net.smtp.component +lib/gambas2/gb.net.smtp.so.0 +lib/gambas2/gb.net.smtp.so +lib/gambas2/gb.net.smtp.la +%%DATADIR%%/info/gb.net.smtp.info +%%DATADIR%%/info/gb.net.smtp.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |