19 lines
337 B
Makefile
19 lines
337 B
Makefile
# 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>
|