2007-09-16 11:12:59 +02:00
|
|
|
# New ports collection makefile for: gmpc-osd
|
|
|
|
# Date created: September 14 2007
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmpc-osd
|
2008-09-30 13:35:47 +02:00
|
|
|
PORTVERSION= 0.16.0
|
2009-01-23 16:43:14 +01:00
|
|
|
PORTREVISION= 1
|
2007-09-16 11:12:59 +02:00
|
|
|
CATEGORIES= audio
|
2008-09-30 13:35:47 +02:00
|
|
|
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
|
2007-09-16 11:12:59 +02:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Xosd plugin for gmpc
|
|
|
|
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
2009-01-23 16:43:14 +01:00
|
|
|
curl.5:${PORTSDIR}/ftp/curl
|
2007-09-16 11:12:59 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc \
|
|
|
|
xosd-config:${PORTSDIR}/misc/xosd
|
2008-09-30 13:35:47 +02:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
2007-09-16 11:12:59 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-21 15:13:56 +01:00
|
|
|
USE_XORG= x11
|
2007-09-16 11:12:59 +02:00
|
|
|
USE_GNOME= gnomehack
|
2008-03-30 01:00:54 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-09-16 11:12:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|