Files
ports/editors/se/Makefile
T
Danilo Egea Gondolfo f85e053b11 editors/se: move manpage to share/man
- Add LICENSE
- Bump port revision
2024-03-06 14:40:25 +00:00

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>