2013-05-03 22:44:34 +02:00
|
|
|
# Created by: Pavel Motyrev <legioner.r@gmail.com>
|
2008-01-25 12:51:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scmpc
|
2011-05-16 06:38:55 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2008-01-25 12:51:49 +01:00
|
|
|
CATEGORIES= audio
|
2011-05-16 06:38:55 +02:00
|
|
|
MASTER_SITES= http://cloud.github.com/downloads/cmende/${PORTNAME}/
|
2008-01-25 12:51:49 +01:00
|
|
|
|
|
|
|
MAINTAINER= legioner.r@gmail.com
|
|
|
|
COMMENT= An Audioscrobbler client for MPD
|
|
|
|
|
2011-05-16 06:38:55 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \
|
2013-07-11 18:26:26 +02:00
|
|
|
curl:${PORTSDIR}/ftp/curl
|
2008-01-25 12:51:49 +01:00
|
|
|
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gmake pkgconfig
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2008-01-25 12:51:49 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-05-16 06:38:55 +02:00
|
|
|
USE_GNOME= glib20
|
2008-01-25 12:51:49 +01:00
|
|
|
|
|
|
|
MAN1= scmpc.1
|
2011-05-16 06:38:55 +02:00
|
|
|
PLIST_FILES= bin/scmpc
|
|
|
|
PORTDOCS= NEWS README scmpc.conf.example
|
|
|
|
|
2013-05-03 22:44:34 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2011-05-16 06:38:55 +02:00
|
|
|
post-install:
|
2013-05-03 22:44:34 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2011-05-16 06:38:55 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
|
|
|
.endif
|
2008-01-25 12:51:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|