mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7bf6811ce2
messages, friends and public timelines, and just sits in your tray bar until until new messages arrive. PR: ports/126910 Submitted by: Arnaud Berthomier Thanks to: miwi@
31 lines
657 B
Makefile
31 lines
657 B
Makefile
# New ports collection makefile for: twitux
|
|
# Date created: 25 August 2008
|
|
# Whom: Arnaud Berthomier
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitux
|
|
PORTVERSION= 0.62
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= oz@cyprio.net
|
|
COMMENT= GNOME client for Twitter
|
|
|
|
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
|
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
|
notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
USE_XORG= x11
|
|
USE_GNOME= glib20 gtk20 gconf2 libxml2
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
|
|
GCONF_SCHEMAS= twitux.schemas
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|