aboutsummaryrefslogtreecommitdiff
path: root/editors/se/Makefile
blob: 9d6635f40da4af7be5fd858703d83dfde9d8f5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	se
PORTVERSION=	3.0.1
CATEGORIES=	editors
MASTER_SITES=	http://se-editor.org/dist/

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	Screen oriented version of the classic UNIX text editor ed

USES=		ncurses
GNU_CONFIGURE=	yes

.include <bsd.port.mk>