pkgsrc/net/twitux/Makefile
jmcneill 0f790fde8d Import twitux version 0.62.
Twitux is a free and open source GTK+ application for Twitter.com. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend updates
their status.. and more :)
2008-11-21 00:21:31 +00:00

47 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/21 00:21:31 jmcneill Exp $
#
DISTNAME= twitux-0.62
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmcneill@NetBSD.org
HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
COMMENT= GTK+ Twitter client
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
GCONF_SCHEMAS= twitux.schemas
PKG_OPTIONS_VAR= PKG_OPTIONS.twitux
PKG_SUPPORTED_OPTIONS= aspell
PKG_SUGGESTED_OPTIONS= aspell
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Maspell)
CONFIGURE_ARGS+= --enable-aspell=yes
.include "../../textproc/aspell/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.else
CONFIGURE_ARGS+= --enable-aspell=no
.endif
.include "../../devel/GConf/schemas.mk"
.include "../../devel/libsexy/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
.include "../../security/gnome-keyring/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"