blob: 1c53391397c69a9d2a9a69a11469120de8398ede (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Ports collection makefile for: mpdas
# Date created: Nov 11, 2008
# Whom: hrkfrd@googlemail.com
#
# $FreeBSD$
#
PORTNAME= mpdas
PORTVERSION= 0.2.3
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.4:${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>
|