summaryrefslogtreecommitdiff
path: root/editors/hexedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r--editors/hexedit/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index ca5a9a07cfc..2f47bc5b2d0 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1998/08/27 22:08:37 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1998/09/28 10:35:48 frueauf Exp $
#
-DISTNAME= hexedit-0.9.5
+DISTNAME= hexedit-1.0.0
WRKSRC= ${WRKDIR}/hexedit
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/
@@ -12,13 +12,12 @@ HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
-CONFLICTS= hexedit-0.9.4
+CONFLICTS= hexedit-0.9.4 hexedit-0.9.5
-ALL_TARGET= # empty
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LIBS="-L${PREFIX}/lib"
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
+post-install:
${MKDIR} ${PREFIX}/share/doc/hexedit
.for file in COPYING Changes TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit