summaryrefslogtreecommitdiff
path: root/editors/hexedit/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-24 11:58:04 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-24 11:58:04 +0000
commit432258195f4ff96905b564ac7200d813f368d285 (patch)
tree524b461e5b8fa77be6264ced08123a97f771515a /editors/hexedit/Makefile
parent2623d860ad3164f67194577c932677ed43b18c60 (diff)
downloadpkgsrc-432258195f4ff96905b564ac7200d813f368d285.tar.gz
Initial addition of hexedit-0.9.4, to view and edit files in hexadecimal
or ASCII.
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r--editors/hexedit/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
new file mode 100644
index 00000000000..6b912e40238
--- /dev/null
+++ b/editors/hexedit/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 1998/08/24 11:58:04 frueauf Exp $
+#
+
+DISTNAME= hexedit-0.9.4
+WRKSRC= ${WRKDIR}/hexedit
+CATEGORIES= editors
+MASTER_SITES= http://www.chez.com/prigaux/
+EXTRACT_SUFX= .src.tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
+
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+
+ALL_TARGET= # empty
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
+ ${MKDIR} ${PREFIX}/share/doc/hexedit
+.for file in COPYING Changes TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
+.endfor
+
+.include "../../mk/bsd.pkg.mk"