20 lines
312 B
Makefile
20 lines
312 B
Makefile
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>
|