freebsd-ports/audio/gmpc-magnatune/Makefile

30 lines
748 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmpc-magnatune
# Date created: September 14 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gmpc-magnatune
PORTVERSION= 0.19.0
CATEGORIES= audio
2009-08-14 11:14:01 +02:00
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= miwi@FreeBSD.org
COMMENT= A Autoplaylist plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
2009-03-15 12:35:03 +01:00
curl.5:${PORTSDIR}/ftp/curl \
sqlite3:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
2008-09-30 13:35:47 +02:00
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_XORG= x11
USE_GMAKE= yes
USE_GNOME= gnomehack intltool
2008-03-30 01:00:54 +01:00
USE_LDCONFIG= yes
.include <bsd.port.mk>