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

27 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/10/18 18:00:16 espie 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
USE_GROFF = Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/hexedit
.include <bsd.port.mk>