summaryrefslogtreecommitdiff
path: root/net-im/pidgin-audacious-remote/Makefile
blob: 0c7a20d670ad6fec075cfae7128e99360a36d55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    pidgin-audacious-remote
# Date created:         30 August 2011
# Whom:                 Anton Hryciuk <gnixua@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	pidgin-audacious-remote
PORTVERSION=	0.5
PORTREVISION=	2
CATEGORIES=	net-im
MASTER_SITES=	http://pidginaudacious.sourceforge.net/files/ \
		ftp://ftp.lissyara.su/users/gx_ua/distfiles/
#DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	gnixua@gmail.com
COMMENT=	Pidgin-Audacious-Remote is a plug-in for Pidgin 2

BUILD_DEPENDS=	audacious>=2.2:${PORTSDIR}/multimedia/audacious \
		pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_BZIP2=	yes


GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	"--prefix=${PREFIX}"

.include <bsd.port.mk>