summaryrefslogtreecommitdiff
path: root/x11/gnome-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-core/Makefile')
-rw-r--r--x11/gnome-core/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
deleted file mode 100644
index e4ae3ad59be..00000000000
--- a/x11/gnome-core/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.104 2005/03/24 11:00:38 wiz Exp $
-#
-
-.include "Makefile.common"
-
-PKGREVISION= 17
-
-COMMENT= Core component of GNU Network Object Management Environment
-
-DEPENDS+= gnome-session>=1.4.2:../../x11/gnome1-session
-DEPENDS+= gnome-panel>=1.4.2:../../x11/gnome1-panel
-BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc
-BUILD_USES_MSGFMT= YES
-
-CONFLICTS+= gnome2-terminal-[0-9]*
-
-USE_DIRS+= gnome1-1.5
-
-.include "../../mk/bsd.prefs.mk"
-.if (${LOCALBASE} == ${X11PREFIX})
-BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2
-.endif
-
-pre-install:
-.for dir in gsm smproxy panel applets
- ${ECHO} install: >${WRKSRC}/${dir}/Makefile
-.endfor
-
-post-install:
-.for prg in gnome-feedback gnome-terminal # Handled in gnome-dirs: gpl lgpl fdl
-. for lng in C da de es it no
- [ ! -d ${PREFIX}/share/gnome/help/${prg}/${lng}/figures ] || \
- ${RMDIR} ${PREFIX}/share/gnome/help/${prg}/${lng}/figures
-. endfor
-.endfor
-
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
-.include "../../graphics/gnome-pixmaps/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../textproc/scrollkeeper/omf.mk"
-.include "../../www/gtkhtml/buildlink3.mk"
-.include "../../www/libghttp/buildlink3.mk"
-.include "../../x11/gnome1-session/buildlink3.mk"
-.include "../../x11/gnome1-panel/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"