summaryrefslogtreecommitdiff
path: root/audio/pidgin-musictracker/Makefile
blob: 483d081718ce3c8ce445df3186eb86d9a4fd71e0 (plain)
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
# Created by: ports@c0decafe.net
# $FreeBSD$

PORTNAME=	musictracker
PORTVERSION=	0.4.1
PORTREVISION=	10
CATEGORIES=	audio
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	pidgin-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Plugin for Pidgin to displays the music track currently playing

LICENSE=	GPLv2

BUILD_DEPENDS=	${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre

USES=		gmake libtool pkgconfig tar:bzip2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
CPPFLAGS+=	-I${LOCALBASE}/include -Wno-return-type
LDFLAGS+=	-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip

PLIST_FILES=	lib/pidgin/musictracker.so

.include <bsd.port.mk>