openbsd-ports/editors/hexedit/Makefile

19 lines
474 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2000/01/04 01:51:07 brad Exp $
1999-03-28 15:25:15 -05:00
# $FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp $
1998-08-11 06:14:11 -04:00
1999-03-28 15:25:15 -05:00
DISTNAME= hexedit-1.1.0
1998-08-11 06:14:11 -04:00
CATEGORIES= editors
MASTER_SITES= http://pixel.linuxbox.com/
EXTRACT_SUFX= .src.tgz
1998-10-08 19:03:32 -04:00
1999-03-28 15:25:15 -05:00
MAINTAINER= brad@openbsd.org
1998-08-11 06:14:11 -04:00
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/hexedit
1998-08-11 06:14:11 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
cd ${WRKSRC}; ${INSTALL_DATA} COPYING TODO Changes ${PREFIX}/share/doc/hexedit
1998-08-11 06:14:11 -04:00
.include <bsd.port.mk>