mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
328 B
Makefile
18 lines
328 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
|
|
|
|
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
|
|
|
|
.include <bsd.port.mk>
|