mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
34 lines
747 B
Makefile
34 lines
747 B
Makefile
# New ports collection makefile for: twitux
|
|
# Date created: 25 August 2008
|
|
# Whom: Arnaud Berthomier
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitux
|
|
PORTVERSION= 0.69
|
|
PORTREVISION= 4
|
|
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 \
|
|
canberra:${PORTSDIR}/audio/libcanberra
|
|
|
|
USE_XORG= x11
|
|
USE_GNOME= glib20 gtk20 gconf2 libxml2 gnomedocutils
|
|
INSTALLS_OMF= yes
|
|
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>
|