Skip to content

Commit

Permalink
editors/hexcurse: Unbreak on HEAD
Browse files Browse the repository at this point in the history
- Adopt port
- Pet portclippy
  • Loading branch information
5u623l20 committed May 14, 2023
1 parent 041f3ad commit 7579f07
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions editors/hexcurse/Makefile
Expand Up @@ -3,20 +3,25 @@ PORTVERSION= 1.60.0
DISTVERSIONPREFIX= v
CATEGORIES= editors

MAINTAINER= ports@FreeBSD.org
MAINTAINER= bofh@FreeBSD.org
COMMENT= Versatile ncurses-based hex editor
WWW= https://BSDforge.com/projects/editors/hexcurse/

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= ncurses

USE_GITHUB= yes
GH_ACCOUNT= LonnyGomes

GNU_CONFIGURE= yes

PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=deprecated-non-prototype
.endif

.include <bsd.port.post.mk>

0 comments on commit 7579f07

Please sign in to comment.