openbsd-ports/editors/hexedit/Makefile

31 lines
684 B
Makefile
Raw Normal View History

2001-10-02 11:45:52 -04:00
# $OpenBSD: Makefile,v 1.16 2001/10/02 15:45:52 brad Exp $
1998-08-11 06:14:11 -04:00
COMMENT= "view and edit files in hexadecimal or ASCII"
2001-10-02 11:45:52 -04:00
DISTNAME= hexedit-1.2.1
1998-08-11 06:14:11 -04:00
CATEGORIES= editors
2001-10-02 11:45:52 -04:00
NEED_VERSION= 1.460
MASTER_SITES= http://www.chez.com/prigaux/
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
2000-02-12 03:02:07 -05:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/hexedit
1998-08-11 06:14:11 -04:00
2001-10-02 11:45:52 -04:00
DOCS= COPYING TODO Changes
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>