aboutsummaryrefslogtreecommitdiff
path: root/audio/scmpc/Makefile
blob: 52e8ebf759e164ed7b0f9f636cc69c875e898d9e (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
30
31
32
33
34
35
36
# Created by: Pavel Motyrev <legioner.r@gmail.com>
# $FreeBSD$

PORTNAME=	scmpc
PORTVERSION=	0.3.1
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://cloud.github.com/downloads/cmende/${PORTNAME}/

MAINTAINER=	legioner.r@gmail.com
COMMENT=	An Audioscrobbler client for MPD

LICENSE=	GPLv2

LIB_DEPENDS=	confuse.0:${PORTSDIR}/devel/libconfuse \
		curl:${PORTSDIR}/ftp/curl

USES=		gmake pkgconfig
NO_STAGE=	yes
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	glib20

MAN1=		scmpc.1
PLIST_FILES=	bin/scmpc
PORTDOCS=	NEWS README scmpc.conf.example

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>