summaryrefslogtreecommitdiff
path: root/editors/gice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gice/Makefile')
-rw-r--r--editors/gice/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/gice/Makefile b/editors/gice/Makefile
deleted file mode 100644
index e0ce84540f8..00000000000
--- a/editors/gice/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2005/08/10 20:56:16 jlam Exp $
-#
-
-DISTNAME= gice-0.6.2
-CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://gice.sourceforge.net/
-COMMENT= Powerful C text editor with advanced features
-
-WRKSRC= ${WRKDIR}/gice
-USE_TOOLS+= gmake pkg-config
-GNU_CONFIGURE= YES
-
-BUILD_TARGET= gice
-INSTALLATION_DIRS= bin
-
-.include "../../x11/gtk2/buildlink3.mk"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"