openbsd-ports/editors/hexcurse/Makefile
2013-03-11 11:02:49 +00:00

22 lines
443 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:02:49 espie Exp $
COMMENT= user-friendly ncurses-based hexeditor with many features
DISTNAME= hexcurse-1.55
CATEGORIES= editors
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
USE_GROFF = Yes
.include <bsd.port.mk>