openbsd-ports/editors/se/Makefile
jturner 77526cd665 Import ports/editors/se. ok sthen@
se is a screen oriented version of the classic UNIX text editor ed. It
has a full visual interface allowing you to see the text you're editing.
It's command syntax will be very familiar to users who already know ed.

Some of se's additional features are, a built-in help system,
configurable options that can be loaded from a startup file, the ability
to be ran interactively or via the included scriptse utility, and
optional usage logging.
2013-05-04 15:13:47 +00:00

25 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/05/04 15:13:47 jturner Exp $
COMMENT = screen oriented version of the classic text editor ed
DISTNAME = se-3.0.1
CATEGORIES = editors
MAINTAINER = James Turner <james@calminferno.net>
HOMEPAGE = http://se-editor.org/
MASTER_SITES = http://se-editor.org/dist/
# PD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c ncurses
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>