openbsd-ports/editors/hexedit/Makefile
2007-09-16 00:44:00 +00:00

26 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.22 2007/09/16 00:44:00 merdely Exp $
COMMENT= view and edit files in hexadecimal or ASCII
DISTNAME= hexedit-1.2.10
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/ \
http://merd.net/pixel/
EXTRACT_SUFX= .src.tgz
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c curses
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/hexedit
.include <bsd.port.mk>