2010-03-15 13:05:45 +01:00
|
|
|
# New ports collection makefile for: pino
|
|
|
|
# Date created: 2010-03-14
|
|
|
|
# Whom: Frank Steinborn <steinex@nognu.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pino
|
2010-05-09 15:19:52 +02:00
|
|
|
PORTVERSION= 0.2.8
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2010-03-15 13:05:45 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
|
2010-09-02 23:17:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-03-15 13:05:45 +01:00
|
|
|
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 \
|
2010-04-08 11:31:03 +02:00
|
|
|
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
|
2010-03-15 13:05:45 +01:00
|
|
|
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
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
BROKEN= Doesn't build with vala-0.10
|
|
|
|
|
2010-03-15 13:05:45 +01:00
|
|
|
PROJECTHOST= pino-twitter
|
|
|
|
USE_GNOME= gnomehack intltool libxml2 gtk20 glib20
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_PYTHON_BUILD= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2010-04-08 11:31:03 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/indicator/pino
|
|
|
|
|
2010-03-15 13:05:45 +01:00
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}"
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ./waf build
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ./waf install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|