d48cc533e1
Also link with libncurses, not libcurses approved by: infrastructure blanket
18 lines
362 B
Makefile
18 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>
|