freebsd-ports/audio/gmpccaa/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
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
2006-12-13 12:41:35 +00:00

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>