mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c189a6b2da
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.
31 lines
727 B
Makefile
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>
|