259378c3c4
Submitted by: avl@ Approved by: portmgr (myself,pav) Feature safe: yes
26 lines
699 B
Makefile
26 lines
699 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= 0.20.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A Lyricswiki Provider plugin for gmpc
|
|
|
|
LIB_DEPENDS= mpd.3:${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>
|