openbsd-ports/editors/hexcurse/Makefile

24 lines
509 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2005/10/11 17:02:25 mbalmer 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
2004-11-24 06:08:02 -05:00
WANTLIB= c ncurses
MASTER_SITES= http://jewfish.net/downloads/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>