cc1d992bb3
available now: gnutls gtkspell silc audio perl tcl nas By default the package will use: gtkspell silc audio As before, this closes PR pkg/28815.
46 lines
1.2 KiB
Makefile
46 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.101 2005/08/29 13:31:14 xtraeme Exp $
|
|
|
|
DISTNAME= gaim-1.5.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= chat x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
HOMEPAGE= http://gaim.sourceforge.net/
|
|
COMMENT= GTK+ 2.x based multi-protocol instant messaging client
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
CONFLICTS+= gaim-gnome-[0-9]*
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
CONFIGURE_ARGS+= --disable-binreloc
|
|
CONFIGURE_ARGS+= --disable-gevolution
|
|
CONFIGURE_ENV+= DLLIB=${BUILDLINK_LDADD.dl}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !exists(${X11BASE}/include/X11/extensions/scrnsaver.h)
|
|
CONFIGURE_ARGS+= --disable-screensaver
|
|
.endif
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|