summaryrefslogtreecommitdiffstats
path: root/net-im/pino/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /net-im/pino/Makefile
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/pino/Makefile')
-rw-r--r--net-im/pino/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile
deleted file mode 100644
index 776cca740..000000000
--- a/net-im/pino/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.4:${PORTSDIR}/devel/libnotify \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
- webkitgtk-1.0.0:${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>