aboutsummaryrefslogtreecommitdiff
path: root/editors/hexpert/Makefile
blob: c777711376c08e375a77b26075822f10e8712f67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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=		uidfix
MAKE_ENV=	NO_MAN=yes NO_OBJ=yes

PLIST_FILES=	bin/hex

.include <bsd.port.mk>