mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
df31928768
- Refresh patches
25 lines
473 B
Makefile
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>
|