pkgsrc-wip/elvis-x11/Makefile
Peter Bex 01a19e9abe This is the X11 GUI version of Elvis.
Elvis - written by Steve Kirkendall is a very powerful vi/ex clone providing
a remarkable number of bells and whistles like:

	* Syntax Highlighting.
	* Multiple files in multiple windows.
	* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
	* Networking support (http and ftp).
	* GUI frontends for some of its platforms.
2003-06-10 13:43:56 +00:00

24 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/10 13:43:56 airhead Exp $
#
DISTNAME= elvis-2.1_4
PKGNAME= elvis-x11-2.1.4
CATEGORIES= editors x11
MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/
MAINTAINER= airhead@sourceforge.net
HOMEPAGE= http://elvis.the-little-red-haired-girl.org
COMMENT= GUI for elvis, includes console elvis
CONFLICTS= elvis-[0-9]*
HAS_CONFIGURE= YES
USE_X11= YES
USE_X11BASE= YES
CONFIGURE_ARGS+= --with-x=yes
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
CONFIGURE_ARGS+= --bindir=${X11PREFIX}/bin
CONFIGURE_ARGS+= --datadir=${X11PREFIX}/share/elvis
.include "../../mk/bsd.pkg.mk"