22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:46:06 sthen Exp $
|
|
|
|
COMMENT = screen oriented version of the classic text editor ed
|
|
|
|
DISTNAME = se-3.0.1
|
|
REVISION = 2
|
|
CATEGORIES = editors
|
|
|
|
HOMEPAGE = http://se-editor.org/
|
|
MASTER_SITES = http://se-editor.org/dist/
|
|
|
|
# PD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c curses
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|