mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
6c0f827b35
- Update to 0.15.0 - Take maintainership
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# New ports collection makefile for: gmpccaa
|
|
# Date created: Apr 4 2006
|
|
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmpccaa
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/
|
|
DISTNAME= gmpc-coveramazon-${PORTVERSION}
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Amazon cover art provider for gmpc
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
|
curl.4:${PORTSDIR}/ftp/curl
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
USE_GNOME= gnomehack
|
|
|
|
.include <bsd.port.mk>
|