diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
commit | 5795addbba9b9a79c66ce201661b96c571e7ef40 (patch) | |
tree | eae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-twitter | |
parent | 6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff) | |
download | ports-5795addbba9b9a79c66ce201661b96c571e7ef40.tar.gz ports-5795addbba9b9a79c66ce201661b96c571e7ef40.zip |
Notes
Diffstat (limited to 'net-im/pidgin-twitter')
-rw-r--r-- | net-im/pidgin-twitter/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile index 7b465398eefb..58ecaf65e2b6 100644 --- a/net-im/pidgin-twitter/Makefile +++ b/net-im/pidgin-twitter/Makefile @@ -3,27 +3,31 @@ PORTNAME= pidgin-twitter PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.honeyplanet.jp/ MAINTAINER= jun-g@daemonfreaks.com -COMMENT= A pidgin plugin to help twitting via pidgin +COMMENT= Pidgin plugin to help twitting via pidgin BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USES= gmake pkgconfig -USE_GNOME= glib20 +USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-twitter.so \ ${DATADIR_REL}/prefs.ui PLIST_DIRS= ${DATADIR_REL} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin + ${INSTALL_LIB} ${WRKSRC}/pidgin-twitter.so ${STAGEDIR}${PREFIX}/lib/pidgin + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/prefs.ui ${STAGEDIR}${DATADIR} + .include <bsd.port.mk> |