summaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
blob: af26865149be3f910b1e22a297cd6a6c39f692fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ijliao
# $FreeBSD$

PORTNAME=	hexcurse
PORTVERSION=	1.55
CATEGORIES=	editors
MASTER_SITES=	DEBIAN
DISTFILES=	${PORTNAME}_${PORTVERSION}.orig

MAINTAINER=	jadawin@FreeBSD.org
COMMENT=	A versatile ncurses-based hex editor

GNU_CONFIGURE=	yes

MAN1=		hexcurse.1
PLIST_FILES=	bin/hexcurse

NO_STAGE=	yes
.include <bsd.port.mk>