openbsd-ports/editors/hexedit/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

29 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.3 1998/10/18 05:02:06 marc Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp
#
DISTNAME= hexedit-0.9.3
CATEGORIES= editors
#BROKEN= "newer version available"
MAINTAINER= form@vs.itam.nsc.ru
MASTER_SITES= http://www.chez.com/prigaux/
EXTRACT_SUFX= .src.tgz
ALL_TARGET=
WRKSRC= ${WRKDIR}/hexedit
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/hexedit
.for file in COPYING Changes TODO
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
.endif
.include <bsd.port.mk>