47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/18 13:31:19 jmcneill Exp $
|
|
#
|
|
|
|
DISTNAME= twitux-0.62
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|