mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
823781099d
approved by: infrastructure blanket
20 lines
342 B
Makefile
20 lines
342 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= Versatile ncurses-based hex editor
|
|
|
|
USES= ncurses
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
|
|
|
|
.include <bsd.port.mk>
|