1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/gmpc-osd/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

29 lines
680 B
Makefile

# New ports collection makefile for: gmpc-osd
# Date created: September 14 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gmpc-osd
PORTVERSION= 0.16.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Xosd 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_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_XORG= x11
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>