diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 23:45:37 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 23:45:37 +0800 |
commit | 54f7fb2c65a5e65eedefd09d1de040171c8b00f5 (patch) | |
tree | f1ac575fbe08fc137071b1755ad55463c7c0b09c /mail | |
parent | e2b993b61029acc3c9e61bf598c08caa2ab6cde3 (diff) | |
download | freebsd-ports-gnome-54f7fb2c65a5e65eedefd09d1de040171c8b00f5.tar.gz freebsd-ports-gnome-54f7fb2c65a5e65eedefd09d1de040171c8b00f5.tar.zst freebsd-ports-gnome-54f7fb2c65a5e65eedefd09d1de040171c8b00f5.zip |
Re-adding the icqmail (version 1.2) port in ports/mail.
Suggested by: asami
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/icqmail/Makefile | 25 | ||||
-rw-r--r-- | mail/icqmail/distinfo | 1 | ||||
-rw-r--r-- | mail/icqmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/icqmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/icqmail/pkg-plist | 13 |
6 files changed, 49 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3b0f7264f33b..cdd7af356382 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -31,6 +31,7 @@ SUBDIR += glbiff SUBDIR += grepmail SUBDIR += hbiff + SUBDIR += icqmail SUBDIR += im SUBDIR += imap-uw SUBDIR += junkfilter diff --git a/mail/icqmail/Makefile b/mail/icqmail/Makefile new file mode 100644 index 000000000000..70b57004a69f --- /dev/null +++ b/mail/icqmail/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: icqmail +# Date created: 9 Jun 2000 +# Whom: Michael Vasilenko <acid@cn.ua> +# +# $FreeBSD$ +# + +PORTNAME= icqmail +PORTVERSION= 1.2 +CATEGORIES= mail +MASTER_SITES= http://download.sourceforge.net/icqmail/ \ + ftp://download.sourceforge.net/pub/sourceforge/icqmail/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ + mimelib.3:${PORTSDIR}/converters/kdesupport2 \ + guile.6:${PORTSDIR}/lang/guile + +USE_NEW_GCC= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lguile -lqthreads" + +.include <bsd.port.mk> diff --git a/mail/icqmail/distinfo b/mail/icqmail/distinfo new file mode 100644 index 000000000000..ba9d1e5e398c --- /dev/null +++ b/mail/icqmail/distinfo @@ -0,0 +1 @@ +MD5 (icqmail-1.2.tar.gz) = aac3173f12c54afe3485421fa8b2573a diff --git a/mail/icqmail/pkg-comment b/mail/icqmail/pkg-comment new file mode 100644 index 000000000000..1922e323e4b4 --- /dev/null +++ b/mail/icqmail/pkg-comment @@ -0,0 +1 @@ +A simple ICQ->Email gateway diff --git a/mail/icqmail/pkg-descr b/mail/icqmail/pkg-descr new file mode 100644 index 000000000000..af1a4296ef5a --- /dev/null +++ b/mail/icqmail/pkg-descr @@ -0,0 +1,8 @@ +ICQMail is a simple ICQ client which forwards all messages to given +email address. + +WWW: http://www.sourceforge.net/project/?form_grp=371 + +-- +Michael Vasilenko +acid@cn.ua diff --git a/mail/icqmail/pkg-plist b/mail/icqmail/pkg-plist new file mode 100644 index 000000000000..2c444501b9a3 --- /dev/null +++ b/mail/icqmail/pkg-plist @@ -0,0 +1,13 @@ +bin/icqmail +share/icqmail/aliases.cfg +share/icqmail/contacts_template.txt +share/icqmail/email_template.txt +share/icqmail/message_template.txt +share/icqmail/offline_template.txt +share/icqmail/one_contact_template.txt +share/icqmail/online_template.txt +share/icqmail/sample.cfg +share/icqmail/sample.scm +share/icqmail/status_change_template.txt +share/icqmail/url_template.txt +@dirrm share/icqmail |