openbsd-ports/mail/mew/Makefile
aanriot 9afa9d72a4 Mew is a user interface for text messages, multimedia messages (MIME),
news articles and security functionality including PGP, S/MIME, SSH, and
SSL. Also, Mew can work with the recent search services.

Mew is an acronym for "Messaging in the Emacs World". (from info file)

long overdue import from Scott Vokes <vokes.s@gmail.com>, thanks.
2007-05-31 18:06:54 +00:00

30 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/05/31 18:06:54 aanriot Exp $
COMMENT= "emacs-based mail client"
DISTNAME= mew-5.2
CATEGORIES= mail
HOMEPAGE= http://www.mew.org/
MAINTAINER= Scott Vokes <vokes.s@gmail.com>
# BSD license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= http://www.mew.org/Release/
RUN_DEPENDS= ::editors/emacs21
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+= elispdir=$(PREFIX)/share/emacs/site-lisp \
etcdir=$(PREFIX)/share/emacs/site-lisp/etc
NO_REGRESS= Yes
.include <bsd.port.mk>