26 lines
673 B
Makefile
26 lines
673 B
Makefile
# New ports collection makefile for: gmpc-lyricwiki
|
|
# Date created: September 30 2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmpc-lyricwiki
|
|
PORTVERSION= 11.8.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A Lyricswiki Provider plugin for gmpc
|
|
|
|
LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|