30 lines
619 B
Makefile
30 lines
619 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 00:17:05 merdely 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>
|