diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-15 17:14:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-15 17:14:08 +0000 |
commit | 6475524e69ff0b1015f7d6249977def111837209 (patch) | |
tree | 4d873bd1ec7e9bdc661ecc77ef609c4229abe666 /mail/abook | |
parent | 2192154ee0268040979f84b78df7c4b450829e9c (diff) | |
download | ports-6475524e69ff0b1015f7d6249977def111837209.tar.gz ports-6475524e69ff0b1015f7d6249977def111837209.zip |
Notes
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 000000000000..f2d7e6ed43d2 --- /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 000000000000..11b0ee58372a --- /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 000000000000..822bc288f3df --- /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 000000000000..05776c1c0779 --- /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 000000000000..a634861bdbb8 --- /dev/null +++ b/mail/abook/pkg-plist @@ -0,0 +1 @@ +bin/abook |