64e068d25c
Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
31 lines
762 B
Makefile
31 lines
762 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.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/Plugins/
|
|
|
|
MAINTAINER= redchrom@gmail.com
|
|
COMMENT= Amazon cover art provider for gmpc
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
|
curl.4:${PORTSDIR}/ftp/curl
|
|
BUILD_DEPENDS= ${X11BASE}/include/gmpc/cover-art.h:${PORTSDIR}/audio/gmpc
|
|
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.post.mk>
|