summaryrefslogtreecommitdiff
path: root/editors/mined/Makefile
diff options
context:
space:
mode:
authoragc <agc>2003-03-05 14:25:36 +0000
committeragc <agc>2003-03-05 14:25:36 +0000
commita8fe1e66a333e2a827d5557a8cbaa4aef4fa101a (patch)
treefc42c0773bf15d69ac6509c9facc0d3548437cd4 /editors/mined/Makefile
parent2ce538e9a322b68bf7d3d220857a8351b3708bcb (diff)
downloadpkgsrc-a8fe1e66a333e2a827d5557a8cbaa4aef4fa101a.tar.gz
Initial import of mined-2000.5, an html-aware editor, into the NetBSD
Packages Collection. Kind of provided in PR 20574 by Gan Uesli Starling, packaging by myself. Mined is a text editor with Good interactive features an intuitive user interface command control and pull-down menus available control and function key or mouse control Many useful text editing capabilities extensive Unicode support, including double-width and combining characters, keyboard mapping and script highlighting many text editing features, e.g. paragraph wrapping, smart quotes, multi-line support in search and replacement patterns program editing features, HTML support and syntax highlighting, identifier search systematic text and file handling safety, avoiding loss of data "Small-footprint" operation and portability plain text mode (terminal) operation instant start-up cross-platform operation (Unix, DOS/Windows)
Diffstat (limited to 'editors/mined/Makefile')
-rw-r--r--editors/mined/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
new file mode 100644
index 00000000000..ffc90948389
--- /dev/null
+++ b/editors/mined/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/05 14:25:36 agc Exp $
+#
+
+DISTNAME= mined-2000.5
+CATEGORIES= editors
+MASTER_SITES= http://towo.net/mined/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://towo.net/mined/
+COMMENT= html-aware editor
+
+USE_BUILDLINK2= yes
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+
+MAKEFILE= makefile.bsd
+
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"