freebsd-ports/net-im/pino/Makefile
Koop Mast 3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: pino
# Date created: 2010-03-14
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#
PORTNAME= pino
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple and fast Twitter and Identi.ca client
BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
notify.1:${PORTSDIR}/devel/libnotify \
soup-2.4.1:${PORTSDIR}/devel/libsoup \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
BROKEN= Doesn't build with vala-0.10
PROJECTHOST= pino-twitter
USE_GNOME= gnomehack intltool libxml2 gtk20 glib20
USE_GETTEXT= yes
USE_PYTHON_BUILD= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
${WRKSRC}/indicator/pino
do-configure:
@cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}"
do-build:
@cd ${WRKSRC} && ./waf build
do-install:
@cd ${WRKSRC} && ./waf install
.include <bsd.port.mk>