summaryrefslogtreecommitdiff
path: root/editors/chexedit/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:33:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:33:32 +0000
commit28bcf4c281e05ad95c7557633785bf962ef7d15e (patch)
tree465e321a9d09af704afb14082a9082d83f7d025c /editors/chexedit/Makefile
parentEcore is a core event (X11) abstraction library. (diff)
Full screen text mode Hex editor using the [n]curses library
PR: ports/24761 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=39979
Diffstat (limited to 'editors/chexedit/Makefile')
-rw-r--r--editors/chexedit/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile
new file mode 100644
index 000000000000..f879db3877b7
--- /dev/null
+++ b/editors/chexedit/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: chexedit
+# Date Created: 8 Jul 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chexedit
+PORTVERSION= 0.9.7
+CATEGORIES= editors
+MASTER_SITES= http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/
+DISTNAME= hexedit-0.9.7
+
+MAINTAINER= roman@xpert.com
+
+GNU_CONFIGURE= yes
+
+MAN1= chexedit.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit
+ ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1
+
+.include <bsd.port.mk>