summaryrefslogtreecommitdiff
path: root/editors/gice
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gice')
-rw-r--r--editors/gice/DESCR4
-rw-r--r--editors/gice/Makefile26
-rw-r--r--editors/gice/PLIST2
-rw-r--r--editors/gice/distinfo4
4 files changed, 36 insertions, 0 deletions
diff --git a/editors/gice/DESCR b/editors/gice/DESCR
new file mode 100644
index 00000000000..f682700c2cb
--- /dev/null
+++ b/editors/gice/DESCR
@@ -0,0 +1,4 @@
+gICE is a powerful C text editor, developed using the GTK 2.0 toolkit.
+It provides advanced features like: AutoIdentation, Colors, text
+AutoFormating, C program AutoCorrection (gICE can read the source code
+and find lexic mistakes) and more.
diff --git a/editors/gice/Makefile b/editors/gice/Makefile
new file mode 100644
index 00000000000..5e738616eb4
--- /dev/null
+++ b/editors/gice/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/06 23:51:13 rh Exp $
+#
+
+DISTNAME= gice-0.6.1
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://gice.sourceforge.net/
+COMMENT= Powerful C text editor with advanced features
+
+USE_X11= YES
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+
+WRKSRC= ${WRKDIR}/gice
+ALL_TARGET= gice
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin
+
+.include "../../x11/gtk2/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/gice/PLIST b/editors/gice/PLIST
new file mode 100644
index 00000000000..605e5281547
--- /dev/null
+++ b/editors/gice/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/06 23:51:14 rh Exp $
+bin/gice
diff --git a/editors/gice/distinfo b/editors/gice/distinfo
new file mode 100644
index 00000000000..674409f6987
--- /dev/null
+++ b/editors/gice/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/09/06 23:51:14 rh Exp $
+
+SHA1 (gice-0.6.1.tgz) = 4f3a0cc70fadcfc1c28ec27f9097959ba1bf6276
+Size (gice-0.6.1.tgz) = 96781 bytes