bcallah 6b5a644f25 Fix for -fno-common, via Gentoo:
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)
2021-02-14 18:01:21 +00:00

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>