1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/editors/hexpert/Makefile
John Marino d48cc533e1 x11/xterm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses

approved by:	infrastructure blanket
2016-02-05 18:34:16 +00:00

19 lines
362 B
Makefile

# Created by: Peter Wemm <peter@FreeBSD.org>
# $FreeBSD$
PORTNAME= hexpert
PORTVERSION= 2.4.1
CATEGORIES= editors
MASTER_SITES= LOCAL/peter
MAINTAINER= peter@FreeBSD.org
COMMENT= Hexpert - a simple but flexible binary file editor
USES= ncurses uidfix
MAKE_ENV= NO_MAN=yes NO_OBJ=yes
MAKE_ARGS= LDADD="-lncurses"
PLIST_FILES= bin/hex
.include <bsd.port.mk>