summaryrefslogtreecommitdiffstats
path: root/audio/pidgin-musictracker/Makefile
blob: 1e5adf7454074dd466a327406fe707a88e20d893 (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
30
# Created by: ports@c0decafe.net
# $FreeBSD$

PORTNAME=	musictracker
PORTVERSION=	0.4.1
PORTREVISION=	8
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=	pcre:${PORTSDIR}/devel/pcre

USE_BZIP2=	yes
NO_STAGE=	yes
USES=		gmake pkgconfig
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include -Wno-return-type

PLIST_FILES=	lib/pidgin/musictracker.a lib/pidgin/musictracker.la \
		lib/pidgin/musictracker.so

.include <bsd.port.mk>
OpenPOWER on IntegriCloud