aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpdscribble/Makefile
blob: ec4c07fc08799495239e198cb2a788a90a2898da (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
# New ports collection makefile for:    mpdscribble
# Date created:     July 13 2006
# Whom:         Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   mpdscribble
PORTVERSION=    0.2.12
PORTREVISION=   2
CATEGORIES= audio
MASTER_SITES=   http://www.frob.nl/projects/scribble/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Mpd last.fm client

LIB_DEPENDS=    soup:${PORTSDIR}/devel/libsoup22

GNU_CONFIGURE=  yes

MAN1=       mpdscribble.1
PLIST_FILES=    bin/mpdscribble bin/mpdscribble-setup

post-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/setup.sh ${PREFIX}/bin/mpdscribble-setup

.include <bsd.port.mk>