If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT= user-friendly ncurses-based hexeditor with many features
|
|
|
|
DISTNAME= hexcurse-1.55
|
|
CATEGORIES= editors
|
|
REVISION = 2
|
|
|
|
HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
MASTER_SITES= http://jewfish.net/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|