pkgsrc/net/twitux/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

46 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:41 wiz 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_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"