openbsd-ports/editors/hexedit/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

27 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:41:50 espie Exp $
# $FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp $
DISTNAME= hexedit-1.1.0
CATEGORIES= editors
NEED_VERSION= 1.330
MASTER_SITES= http://pixel.linuxave.net/
EXTRACT_SUFX= .src.tgz
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
WRKDIST= ${WRKDIR}/hexedit
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
cd ${WRKSRC}; ${INSTALL_DATA} COPYING TODO Changes ${PREFIX}/share/doc/hexedit
.include <bsd.port.mk>