openbsd-ports/editors/hexedit/Makefile

33 lines
728 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2001/12/25 03:25:26 shell Exp $
1998-08-11 06:14:11 -04:00
COMMENT= "view and edit files in hexadecimal or ASCII"
DISTNAME= hexedit-1.2.2
1998-08-11 06:14:11 -04:00
CATEGORIES= editors
NEED_VERSION= 1.503
MASTER_SITES= http://www.chez.com/prigaux/ \
http://merd.net/pixel/
EXTRACT_SUFX= .src.tgz
2000-03-24 00:14:58 -05:00
2001-10-02 11:45:52 -04:00
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1998-08-11 06:14:11 -04:00
2000-03-24 00:14:58 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-10-02 11:45:52 -04:00
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
1998-08-11 06:14:11 -04:00
2001-10-02 11:45:52 -04:00
DOCS= COPYING TODO Changes
WRKDIST= ${WRKDIR}/hexedit
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
2001-10-02 11:45:52 -04:00
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/hexedit
1998-08-11 06:14:11 -04:00
.include <bsd.port.mk>