summaryrefslogtreecommitdiff
path: root/x11/gtk10/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-20 09:59:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-20 09:59:11 +0000
commita2c839e460c94ab9aced74ff448e2b4c60e6d8c8 (patch)
tree4d8787a20f8bc85b22a676b3d7bd625a431b408d /x11/gtk10/Makefile
parent383a171192ebb2a5046c7adb90d6729e1c54a03d (diff)
downloadpkgsrc-a2c839e460c94ab9aced74ff448e2b4c60e6d8c8.tar.gz
Remove gtk10, this is quit old and unmaintained actually, ok'ed by
silence in packages@.
Diffstat (limited to 'x11/gtk10/Makefile')
-rw-r--r--x11/gtk10/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
deleted file mode 100644
index d2a2738c506..00000000000
--- a/x11/gtk10/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2003/10/22 01:20:30 grant Exp $
-
-DISTNAME= gtk+-1.0.6
-PKGNAME= gtk10-1.0.6
-CATEGORIES= x11
-MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/
-
-MAINTAINER= bsieker@techfak.uni-bielefeld.de
-HOMEPAGE= http://www.gtk.org/
-COMMENT= The GIMP Toolkit - libraries for building X11 user interfaces
-
-CONFLICTS= gtk+-1.0.*
-
-USE_BUILDLINK2= yes
-USE_LIBTOOL= yes
-USE_MAKEINFO= yes
-USE_X11BASE= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk10
-
-INFO_FILES= gdk10.info glib10.info gtk10.info
-
-post-extract:
- cd ${WRKSRC}/docs && ${RM} -f ${INFO_FILES}
-
-.include "../../mk/bsd.pkg.mk"