aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-09-11 00:20:39 +0800
committersat <sat@FreeBSD.org>2007-09-11 00:20:39 +0800
commit6e09b5b4cd5c65f37b46875a228dc32bb706c4f1 (patch)
tree751e1f76c1b62fe7612476f2834371461e3b5d75 /mail
parent3aaa7c1f6c4bb6fd15b4bd89afcc11bfd8d37356 (diff)
downloadfreebsd-ports-gnome-6e09b5b4cd5c65f37b46875a228dc32bb706c4f1.tar.gz
freebsd-ports-gnome-6e09b5b4cd5c65f37b46875a228dc32bb706c4f1.tar.zst
freebsd-ports-gnome-6e09b5b4cd5c65f37b46875a228dc32bb706c4f1.zip
- Do not depend on mutt
- Minor tweaks Approvnd by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/nmzmail/Makefile21
-rw-r--r--mail/nmzmail/pkg-descr25
2 files changed, 19 insertions, 27 deletions
diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile
index 0d311dbe2d10..4f8ad943404b 100644
--- a/mail/nmzmail/Makefile
+++ b/mail/nmzmail/Makefile
@@ -8,15 +8,14 @@
PORTNAME= nmzmail
PORTVERSION= 0.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
-MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
+MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ CENKES
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Fast mail searching for mutt
-RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 \
- mutt:${PORTSDIR}/mail/mutt
+RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -25,18 +24,10 @@ USE_GMAKE= yes
PLIST_FILES= bin/nmzmail
PORTDOCS= README NEWS
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- for f in ${PORTDOCS}; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
- done
+ @${INSTALL} -d ${DOCSDIR}/
+ @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/nmzmail/pkg-descr b/mail/nmzmail/pkg-descr
index a7050767a4e4..5a408078ae37 100644
--- a/mail/nmzmail/pkg-descr
+++ b/mail/nmzmail/pkg-descr
@@ -1,15 +1,16 @@
-nmzmail is a tool to use the namazu2 search engine from within the mutt
-mail reader to search mail stored in maildir folders. Based on the
-result of the namazu query, nmzmail generates a maildir folder
-containing symbolic links to the mails matching the query. A simple mutt
-macro makes easy to use nmzmail from within mutt.
+nmzmail is a tool to use the namazu2 search engine from within a mail
+reader such as mutt to search mail stored in maildir folders. Based on
+the result of the namazu query, nmzmail generates a maildir folder
+containing symbolic links to the mails matching the query. Mutt and
+other mail readers can make it easy to use nmzmail with a simple
+macro.
Features:
- * fast mail searching even with large number of mails
- * incremental index building
- * rich query language including regular expressions (see the
- namazu documentation)
- * integrates nicely into mutt
- * query history
+* fast mail searching even with large number of mails
+* incremental index building
+* rich query language including regular expressions (see the namazu
+ documentation)
+* integrates nicely into mutt
+* query history
-WWW: http://www.ecademix.com/JohannesHofmann/#nmzmail
+WWW: http://www.ecademix.com/JohannesHofmann/nmzmail.html