2007-09-16 11:14:37 +02:00
|
|
|
# New ports collection makefile for: gmpc-magnatune
|
|
|
|
# Date created: September 14 2007
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmpc-magnatune
|
2009-09-25 19:57:53 +02:00
|
|
|
PORTVERSION= 0.19.0
|
2007-09-16 11:14:37 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-14 11:14:01 +02:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2007-09-16 11:14:37 +02:00
|
|
|
|
|
|
|
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
|
2007-09-16 11:14:37 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
2008-09-30 13:35:47 +02:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
2007-09-16 11:14:37 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-21 15:13:56 +01:00
|
|
|
USE_XORG= x11
|
2009-09-25 19:57:53 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack intltool
|
2008-03-30 01:00:54 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-09-16 11:14:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|