mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
689 B
Makefile
29 lines
689 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= 1
|
|
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.4:${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
|
|
|
|
.include <bsd.port.mk>
|