31 lines
684 B
Makefile
Raw Normal View History

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