2018-05-20 08:27:18 +00:00

22 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.12 2018/05/20 08:27:18 espie Exp $
COMMENT= user-friendly ncurses-based hexeditor with many features
DISTNAME= hexcurse-1.55
CATEGORIES= editors
REVISION = 0
HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
MAINTAINER= Michael Knudsen <mk@molioner.dk>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncurses
MASTER_SITES= http://jewfish.net/downloads/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>