c3aa87a6f0
- add NO_REGRESS - used distinfo - fmt on DESCR ok'ed by brad@
33 lines
728 B
Makefile
33 lines
728 B
Makefile
# $OpenBSD: Makefile,v 1.17 2001/12/25 03:25:26 shell Exp $
|
|
|
|
COMMENT= "view and edit files in hexadecimal or ASCII"
|
|
|
|
DISTNAME= hexedit-1.2.2
|
|
CATEGORIES= editors
|
|
NEED_VERSION= 1.503
|
|
MASTER_SITES= http://www.chez.com/prigaux/ \
|
|
http://merd.net/pixel/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
NO_REGRESS= Yes
|
|
|
|
DOCS= COPYING TODO Changes
|
|
|
|
WRKDIST= ${WRKDIR}/hexedit
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/hexedit
|
|
|
|
.include <bsd.port.mk>
|