7742077813
and chat windows, some controls that allow two-way interaction with Audacious media player. Additionally, the plug-in allows users to automatically update their status message using information from the song played in Audacious. WWW: http://pidgin-audacious-remote.sourceforge.net PR: ports/160319 Submitted by: Anton Hryciuk <gnixua@gmail.com> Approved by: miwi, wen (mentors implicit)
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# 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
|
|
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
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|