openbsd-ports/editors/hexedit/Makefile
1998-12-05 21:59:15 +00:00

27 lines
634 B
Makefile

# $OpenBSD: Makefile,v 1.5 1998/12/05 21:59:15 jasoni Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp
#
DISTNAME= hexedit-1.0.0
CATEGORIES= editors
MAINTAINER= form@OpenBSD.ORG
MASTER_SITES= http://www.chez.com/prigaux/
EXTRACT_SUFX= .src.tgz
GNU_CONFIGURE= YES
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>