summaryrefslogtreecommitdiff
path: root/chat/gnomeicu/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-09 22:28:17 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-09 22:28:17 +0000
commitb49db48c54ab5c7a46d9a7a2a8233b05d6127839 (patch)
tree0d2a1c077c9e82f2c6b229206005858189855501 /chat/gnomeicu/Makefile
parent6ae513d959c26400685500a3dc68d5ef82c7c10f (diff)
downloadpkgsrc-b49db48c54ab5c7a46d9a7a2a8233b05d6127839.tar.gz
Update to 0.99.5: there have been lots of changes since 0.96 to list here,
but the most important one is probably that the program is now for GNOME 2.
Diffstat (limited to 'chat/gnomeicu/Makefile')
-rw-r--r--chat/gnomeicu/Makefile34
1 files changed, 25 insertions, 9 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index 3f5c834c0e9..5db132c44ff 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:13:14 tv Exp $
+# $NetBSD: Makefile,v 1.26 2004/11/09 22:28:17 jmmv Exp $
-DISTNAME= gnomeicu-0.96
-PKGREVISION= 12
+DISTNAME= gnomeicu-0.99.5
CATEGORIES= chat gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/}
EXTRACT_SUFX= .tar.bz2
@@ -10,16 +9,33 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gnomeicu.sourceforge.net/
COMMENT= GNOME ICQ client
-USE_BUILDLINK3= YES
-USE_DIRS+= xdg-1.1
-USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
-USE_X11BASE= YES
+USE_BUILDLINK3= YES
+USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
+USE_PKGINSTALL= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
+
+CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
+EGDIR= ${PREFIX}/share/examples/gnomeicu
+CONF_FILES= ${EGDIR}/sound/events/GnomeICU.soundlist \
+ ${PKG_SYSCONFDIR}/sound/events/GnomeICU.soundlist
+
+GCONF2_SCHEMAS= gnomeicu.schemas
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
+.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/gnome-core/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../textproc/gtkspell/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"