2013-03-11 07:20:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:51 espie Exp $
|
2007-05-31 14:06:54 -04:00
|
|
|
|
2007-09-15 20:17:04 -04:00
|
|
|
COMMENT= emacs-based mail client
|
2007-05-31 14:06:54 -04:00
|
|
|
|
|
|
|
DISTNAME= mew-5.2
|
2011-09-16 06:31:20 -04:00
|
|
|
REVISION= 0
|
2007-05-31 14:06:54 -04:00
|
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://www.mew.org/
|
|
|
|
|
|
|
|
MAINTAINER= Scott Vokes <vokes.s@gmail.com>
|
|
|
|
|
|
|
|
# BSD license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c z
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.mew.org/Release/
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
RUN_DEPENDS= editors/emacs21
|
2007-05-31 14:06:54 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ARGS+= elispdir=$(PREFIX)/share/emacs/site-lisp \
|
|
|
|
etcdir=$(PREFIX)/share/emacs/site-lisp/etc
|
|
|
|
|
2010-10-18 15:59:15 -04:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 07:20:26 -04:00
|
|
|
NO_TEST= Yes
|
2007-05-31 14:06:54 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|