https://github.com/LonnyGomes/hexcurse/pull/28 While here, remove -Werror ok tb@, who pointed me to Gentoo's version (I originally used Debian's patch; Gentoo's is a little smaller)
20 lines
323 B
Makefile
20 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.17 2021/02/14 18:01:21 bcallah Exp $
|
|
|
|
COMMENT= user-friendly ncurses-based hexeditor with many features
|
|
REVISION= 0
|
|
|
|
GH_ACCOUNT= lonnygomes
|
|
GH_PROJECT= hexcurse
|
|
GH_TAGNAME= v1.60.0
|
|
|
|
CATEGORIES= editors
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|