blob: e6cd9129147c49ac0f43b2e9a317121dfb9aa064 (
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
|
# Created by: 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}
USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=${PREFIX}"
.include <bsd.port.mk>
|