1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/twitux/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
618 B
Makefile

# 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:devel/libsoup \
libsexy.so:x11-toolkits/libsexy \
libnotify.so:devel/libnotify \
libcanberra.so: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>