summaryrefslogtreecommitdiff
path: root/x11/controlcenter/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-31 22:13:09 +0000
committerwiz <wiz>2005-05-31 22:13:09 +0000
commit130aca28f177dff841760d88e7d5fe672aa12a6c (patch)
tree6da4cee720c14d9c893fc545fa0ca4f6cf2cd0f4 /x11/controlcenter/Makefile
parent88ed4e1b2659a8c06b5002ecd739573a35a4c423 (diff)
downloadpkgsrc-130aca28f177dff841760d88e7d5fe672aa12a6c.tar.gz
Remove controlcenter (replaced by control-center).
Diffstat (limited to 'x11/controlcenter/Makefile')
-rw-r--r--x11/controlcenter/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
deleted file mode 100644
index 695e3c05586..00000000000
--- a/x11/controlcenter/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.69 2005/05/31 22:08:17 wiz Exp $
-
-DISTNAME= control-center-1.4.0.4
-PKGREVISION= 10
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= GNOME control-center development library
-
-BUILD_USES_MSGFMT= YES
-
-USE_DIRS+= xdg-1.1
-USE_X11BASE= YES
-USE_TOOLS+= gmake
-USE_PKGLOCALEDIR= YES
-
-USE_LIBTOOL= YES
-
-LOCALSTATEDIR= ${X11PREFIX}/var
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
-
-.include "../../mk/bsd.prefs.mk"
-
-# Linux has libintl functionality in libc
-.if ${OPSYS} != "Linux"
-CONFIGURE_ENV+= INTLLIBS="-lintl"
-.endif
-
-post-patch:
- @${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/control-center/capplets
-
-.include "../../devel/popt/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-.include "../../textproc/scrollkeeper/omf.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"