a24fe062bb
[major bump in gtk--].
35 lines
999 B
Makefile
35 lines
999 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/09/11 22:17:08 wiz Exp $
|
|
|
|
DISTNAME= gabber-0.8.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabber/}
|
|
|
|
MAINTAINER= jmmv@hispabsd.org
|
|
HOMEPAGE= http://gabber.sourceforge.net/
|
|
COMMENT= Gnome Jabber Client
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-xmms
|
|
|
|
GCC_VERSION!= gcc --version
|
|
.if (${GCC_VERSION:C/-.*$$//} == egcs)
|
|
# "egcs" cannot be used, as this package tickles c++ compiler bugs
|
|
.include "../../lang/gcc/Makefile.gcc"
|
|
.endif
|
|
|
|
.include "../../textproc/scrollkeeper/buildlink.mk"
|
|
.include "../../x11/gnome-libs/buildlink.mk"
|
|
.include "../../devel/libglade/buildlink.mk"
|
|
.include "../../devel/libsigc++/buildlink.mk"
|
|
.include "../../x11/gtk--/buildlink.mk"
|
|
.include "../../x11/gnome--/buildlink.mk"
|
|
.include "../../devel/gal/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|