mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +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.
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# New ports collection makefile for: gmpc-mserver
|
|
# Date created: March 27 2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmpc-mserver
|
|
PORTVERSION= 0.15.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A plugin for gmpc that serves music.
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
|
curl.5:${PORTSDIR}/ftp/curl
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
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>
|