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

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

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

BROKEN=		unfetchable

USES=		ncurses

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/hexcurse man/man1/hexcurse.1.gz

.include <bsd.port.mk>