freebsd-ports/audio/pidgin-musictracker/Makefile
2012-08-14 18:19:34 +00:00

28 lines
675 B
Makefile

# New ports collection makefile for: gaim-guifications
# Date created: 2004-05-04
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= musictracker
PORTVERSION= 0.4.1
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= pidgin-
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for Pidgin to displays the music track currently playing
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>