1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/twitux/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

34 lines
745 B
Makefile

# New ports collection makefile for: twitux
# Date created: 25 August 2008
# Whom: Arnaud Berthomier
#
# $FreeBSD$
#
PORTNAME= twitux
PORTVERSION= 0.69
PORTREVISION= 6
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.4:${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
USES= gettext
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
GCONF_SCHEMAS= twitux.schemas
INSTALLS_ICONS= yes
.include <bsd.port.mk>