openbsd-ports/editors/hexcurse/Makefile
2010-10-18 18:00:15 +00:00

25 lines
521 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/10/18 18:00:16 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
MASTER_SITES= http://jewfish.net/downloads/
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>