24 lines
399 B
Makefile
24 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/08/09 01:35:01 jturner Exp $
|
|
|
|
COMMENT = screen oriented version of the classic text editor ed
|
|
|
|
DISTNAME = se-3.0.1
|
|
REVISION = 0
|
|
CATEGORIES = editors
|
|
|
|
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>
|