summaryrefslogtreecommitdiff
path: root/net/twitux/Makefile
blob: 837e222fbe18aa7176756a991365e0b2602a96c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Arnaud Berthomier
# $FreeBSD$

PORTNAME=	twitux
PORTVERSION=	0.69
PORTREVISION=	7
CATEGORIES=	net
MASTER_SITES=	SF

MAINTAINER=	oz@cyprio.net
COMMENT=	GNOME client for Twitter

LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
		libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
		libnotify.so:${PORTSDIR}/devel/libnotify \
		libcanberra.so:${PORTSDIR}/audio/libcanberra

USE_XORG=	x11
USE_GNOME=	glib20 gtk20 gconf2 intltool libxml2 gnomedocutils
INSTALLS_OMF=	yes
GNU_CONFIGURE=	yes
USES=		gettext gmake pkgconfig tar:bzip2
CONFIGURE_ENV+=	GMSGFMT="${LOCALBASE}/bin/msgfmt"
GCONF_SCHEMAS=	twitux.schemas
INSTALLS_ICONS=	yes

.include <bsd.port.mk>