summaryrefslogtreecommitdiff
path: root/editors/gice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gice/Makefile')
-rw-r--r--editors/gice/Makefile26
1 files changed, 26 insertions, 0 deletions
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"