Update graphics/nip2 to version 7.40.2
[dports.git] / net-im / pidgin-audacious-remote / Makefile
1 # Created by: Anton Hryciuk <gnixua@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pidgin-audacious-remote
5 PORTVERSION=    0.5
6 PORTREVISION=   3
7 CATEGORIES=     net-im
8 MASTER_SITES=   http://pidginaudacious.sourceforge.net/files/ \
9                 ftp://ftp.lissyara.su/users/gx_ua/distfiles/
10
11 MAINTAINER=     gnixua@gmail.com
12 COMMENT=        Pidgin-Audacious-Remote is a plug-in for Pidgin 2
13
14 BUILD_DEPENDS=  audacious>=2.2:${PORTSDIR}/multimedia/audacious \
15                 pidgin:${PORTSDIR}/net-im/pidgin
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           libtool pkgconfig tar:bzip2
19
20 GNU_CONFIGURE=  yes
21 CONFIGURE_ARGS= --disable-static
22
23 .include <bsd.port.mk>