7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
676 B
Makefile
26 lines
676 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmpc-magnatune
|
|
PORTVERSION= 11.8.16
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Magnatune plugin lets you preview music from Magnatune
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libmpd.so:audio/libmpd \
|
|
libsqlite3.so:databases/sqlite3
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
|
|
RUN_DEPENDS= gmpc:audio/gmpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= intltool glib20 gtk20 libglade2
|
|
USES= gettext gmake libtool pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|