mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
326 B
Makefile
18 lines
326 B
Makefile
# Created by: Peter Wemm <peter@FreeBSD.org>
|
|
|
|
PORTNAME= hexpert
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= LOCAL/peter
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
COMMENT= Simple but flexible binary file editor
|
|
|
|
USES= ncurses uidfix
|
|
MAKE_ENV= MK_MAN=no
|
|
MAKE_ARGS= LDADD="-lncurses"
|
|
|
|
PLIST_FILES= bin/hex
|
|
|
|
.include <bsd.port.mk>
|