aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpdscribble/Makefile
blob: ec65b7336dfaa0a72e4cc9445d8c60f445afefd9 (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
28
29
# 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=   3
CATEGORIES= audio
MASTER_SITES=   http://www.frob.nl/projects/scribble/ \
        http://www.carpetsmoker.net/distfiles/ \
        http://www.xs4all.nl/~tournoij/distfiles/ \
        http://www.rwxrwxrwx.net/distfiles/

MAINTAINER= carpetsmoker@rwxrwxrwx.net
COMMENT=    Musicpd 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>