freebsd-ports/net/twitux/Makefile
Rene Ladan b0eec09651 Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.

Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.

Remove gnomedocutils from USE_GNOME

Submitted by:	rene
Approved by:	portmgr (mat), gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D23381
2020-01-27 19:40:17 +00:00

28 lines
615 B
Makefile

# Created by: Arnaud Berthomier
# $FreeBSD$
PORTNAME= twitux
PORTVERSION= 0.69
PORTREVISION= 9
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= oz@cyprio.net
COMMENT= GNOME client for Twitter
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libsexy.so:x11-toolkits/libsexy \
libnotify.so:devel/libnotify \
libcanberra.so:audio/libcanberra
USES= gettext gmake gnome pkgconfig tar:bzip2 xorg
USE_XORG= x11
USE_GNOME= glib20 gtk20 gconf2 intltool libxml2
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
GCONF_SCHEMAS= twitux.schemas
INSTALLS_ICONS= yes
.include <bsd.port.mk>