opnsense-ports/editors/hexpert/Makefile
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

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>