22 lines
382 B
Makefile
22 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.3 2017/05/14 16:37:07 schwarze Exp $
|
|
|
|
COMMENT = screen oriented version of the classic text editor ed
|
|
|
|
DISTNAME = se-3.0.1
|
|
REVISION = 1
|
|
CATEGORIES = editors
|
|
|
|
HOMEPAGE = http://se-editor.org/
|
|
MASTER_SITES = http://se-editor.org/dist/
|
|
|
|
# PD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c ncurses
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|