1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/editors/hexcurse/Makefile
Muhammad Moinur Rahman df31928768
editors/hexcurse: Fix build
- Refresh patches
2024-07-28 15:15:11 +02:00

25 lines
473 B
Makefile

PORTNAME= hexcurse
DISTVERSIONPREFIX= v
DISTVERSION= 1.60.0
PORTREVISION= 1
CATEGORIES= editors
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
CFLAGS+= -Wno-error=deprecated-non-prototype
PLIST_FILES= bin/hexcurse share/man/man1/hexcurse.1.gz
.include <bsd.port.mk>