freebsd-ports/audio/mpdas/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
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.
2009-01-23 15:43:14 +00:00

28 lines
525 B
Makefile

# Ports collection makefile for: mpdas
# Date created: Nov 11, 2008
# Whom: hrkfrd@googlemail.com
#
# $FreeBSD$
#
PORTNAME= mpdas
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
MAINTAINER= hrkfdn@gmail.com
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
mpd:${PORTSDIR}/audio/libmpd
USE_GNOME= pkgconfig
USE_BZIP2= yes
PLIST_FILES= bin/mpdas
MAN1= mpdas.1
MANCOMPRESSED= no
.include <bsd.port.mk>