summaryrefslogtreecommitdiff
path: root/editors/hexpert/Makefile
blob: b5c721e5b678158d0649d3a0b1acbfc2dc5aa46b (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=	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>