diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
commit | bde500a3f7cf00b9c196f3393e21c440b318b03f (patch) | |
tree | b107009a045c5f5fad5d442bbd34f58d031772cb /net-im/pino/Makefile | |
parent | 910ed5f4ecfca362ba908a3f74a888b6e78022ff (diff) | |
download | marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.gz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.bz2 marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.lz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.xz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.zst marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.zip |
webkit-gtk2 shlib changed its name. Chase all users. also update some
depend lines to include a version because there is now a webkitgtk-1.0 and
webkitgtk-3.0. So webkitgtk matches both.
While here reset epiphany back to the 2.30 version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/pino/Makefile')
-rw-r--r-- | net-im/pino/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile new file mode 100644 index 000000000..a4d5aff44 --- /dev/null +++ b/net-im/pino/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: pino +# Date created: 2010-03-14 +# Whom: Frank Steinborn <steinex@nognu.de> +# +# $FreeBSD: ports/net-im/pino/Makefile,v 1.7 2010/05/31 02:00:30 ade Exp $ +# + +PORTNAME= pino +PORTVERSION= 0.2.8 +PORTREVISION= 2 +CATEGORIES= net-im +MASTER_SITES= GOOGLE_CODE + +MAINTAINER= steinex@nognu.de +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 \ + webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2 + +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> |