2013-08-31 02:18:11 +02:00
|
|
|
# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
2008-05-17 23:35:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pidgin-twitter
|
2010-09-02 15:48:24 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2008-05-17 23:35:35 +02:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://www.honeyplanet.jp/
|
|
|
|
|
|
|
|
MAINTAINER= jun-g@daemonfreaks.com
|
|
|
|
COMMENT= A pidgin plugin to help twitting via pidgin
|
|
|
|
|
|
|
|
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
2008-08-20 04:47:28 +02:00
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
2008-05-17 23:35:35 +02:00
|
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
|
|
|
2013-08-31 02:18:11 +02:00
|
|
|
USES= gmake pkgconfig
|
|
|
|
USE_GNOME= glib20
|
2008-05-17 23:35:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-08-20 04:47:28 +02:00
|
|
|
PLIST_FILES= lib/pidgin/pidgin-twitter.so \
|
|
|
|
${DATADIR_REL}/prefs.ui
|
|
|
|
PLIST_DIRS= ${DATADIR_REL}
|
2008-05-17 23:35:35 +02:00
|
|
|
|
2013-03-31 11:05:28 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2008-05-17 23:35:35 +02:00
|
|
|
.include <bsd.port.mk>
|