openbsd-ports/editors/hexedit/Makefile
2005-07-05 00:59:21 +00:00

26 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.21 2005/07/05 00:59:21 brad 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>