blob: cb8039b44626a00b19dcfa6d120a2dffe1f3494f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ex:ts=8
# New ports collection makefile for: hexcurse
# Date created: Jun 3, 2001
# Whom: 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
.include <bsd.port.mk>
|