mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
30 lines
662 B
Makefile
30 lines
662 B
Makefile
# Created by: 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
|
|
USES= gettext gmake pkgconfig
|
|
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
|
|
GCONF_SCHEMAS= twitux.schemas
|
|
INSTALLS_ICONS= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|