f85e053b11
- Add LICENSE - Bump port revision
19 lines
382 B
Makefile
19 lines
382 B
Makefile
PORTNAME= se
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 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
|
|
WWW= http://se-editor.org/
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|