1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/gmpc-qosd/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

31 lines
727 B
Makefile

# New ports collection makefile for: gmpc-qosd
# Date created: September 14 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gmpc-qosd
PORTVERSION= 0.15.5.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Q on Screen Display plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc \
xosd-config:${PORTSDIR}/misc/xosd
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_XORG= x11
USE_GNOME= gnomehack
USE_LDCONFIG= yes
IGNORE= does not work with new gmpc
.include <bsd.port.mk>