summaryrefslogtreecommitdiff
path: root/editors/hexpert/Makefile
blob: 9f432ece7af21820d28174041e97b55b65166beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>