diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-15 17:14:08 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-15 17:14:08 +0000 |
commit | 451bb88dea2c57d01ae2fdb3200882a48ae41c57 (patch) | |
tree | 4f9722157477f5874d51a9c6c2c6548deb4eaf50 /mail/abook | |
parent | 800e901768d381c2c09322d7a7b74199ee356e42 (diff) | |
download | FreeBSD-ports-451bb88dea2c57d01ae2fdb3200882a48ae41c57.zip FreeBSD-ports-451bb88dea2c57d01ae2fdb3200882a48ae41c57.tar.gz |
add abook, a text-based addressbook program designed to use with mutt
PR: 25113
Submitted by: leeym@bsd.ce.ntu.edu.tw
Diffstat (limited to 'mail/abook')
-rw-r--r-- | mail/abook/Makefile | 26 | ||||
-rw-r--r-- | mail/abook/distinfo | 1 | ||||
-rw-r--r-- | mail/abook/pkg-comment | 1 | ||||
-rw-r--r-- | mail/abook/pkg-descr | 7 | ||||
-rw-r--r-- | mail/abook/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile new file mode 100644 index 0000000..f2d7e6e --- /dev/null +++ b/mail/abook/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: abook +# Date created: June 6th 2000 +# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= abook +PORTVERSION= 0.4.11 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= leeym@cae.ce.ntu.edu.tw + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +GNU_CONFIGURE= yes + +MAN1= abook.1 + +.include <bsd.port.post.mk> diff --git a/mail/abook/distinfo b/mail/abook/distinfo new file mode 100644 index 0000000..11b0ee5 --- /dev/null +++ b/mail/abook/distinfo @@ -0,0 +1 @@ +MD5 (abook-0.4.11.tar.gz) = e095f2c7f5891d2868b7a2323851a79a diff --git a/mail/abook/pkg-comment b/mail/abook/pkg-comment new file mode 100644 index 0000000..822bc28 --- /dev/null +++ b/mail/abook/pkg-comment @@ -0,0 +1 @@ +An addressbook program with mutt mail client support diff --git a/mail/abook/pkg-descr b/mail/abook/pkg-descr new file mode 100644 index 0000000..05776c1 --- /dev/null +++ b/mail/abook/pkg-descr @@ -0,0 +1,7 @@ +Abook is a text-based addressbook program designed to use with mutt mail +client. Abook runs on Linux, FreeBSD and some other UNIXes. + +WWW: http://abook.sourceforge.net + +-- +Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> diff --git a/mail/abook/pkg-plist b/mail/abook/pkg-plist new file mode 100644 index 0000000..a634861 --- /dev/null +++ b/mail/abook/pkg-plist @@ -0,0 +1 @@ +bin/abook |