openbsd-ports/editors/hexedit/Makefile

27 lines
634 B
Makefile
Raw Normal View History

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