blob: 8135a9eafc2a92a69093cbace75cf70eb979ccca (
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
|
# New ports collection makefile for: scmpc
# Date created: January 16, 2008
# Whom: Pavel Motyrev <legioner.r@gmail.com>
#
# $FreeBSD$
#
PORTNAME= scmpc
PORTVERSION= 0.3.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.6:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib20
MAN1= scmpc.1
PLIST_FILES= bin/scmpc
PORTDOCS= NEWS README scmpc.conf.example
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>
|