summaryrefslogtreecommitdiff
path: root/audio/gmpc-alarm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-02 11:43:37 +0000
committerwiz <wiz@pkgsrc.org>2013-10-02 11:43:37 +0000
commitabf2576a26368c24e058fb6c81cee15320651975 (patch)
treeca2d3a815ed4b3d21b7e23013d49fe6ffa12dae0 /audio/gmpc-alarm/Makefile
parent298ddb00c1b0cc194208b2df747b634c809938db (diff)
downloadpkgsrc-abf2576a26368c24e058fb6c81cee15320651975.tar.gz
Import gmpc-alarm-11.8.16 as audio/gmpc-alarm.
The GNOME Music Player Client is a GTK+ client for remote access, control and playlist management of the Music Player Daemon featuring ID3 Support and a tray icon for your notification area. The Alarm Timer plugin turns your music player into an alarm, set the time in at which it must go off and the rest is done by gmpc.
Diffstat (limited to 'audio/gmpc-alarm/Makefile')
-rw-r--r--audio/gmpc-alarm/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gmpc-alarm/Makefile b/audio/gmpc-alarm/Makefile
new file mode 100644
index 00000000000..d246425446b
--- /dev/null
+++ b/audio/gmpc-alarm/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/10/02 11:43:37 wiz Exp $
+
+DISTNAME= gmpc-alarm-11.8.16
+CATEGORIES= audio
+MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ \
+ ${MASTER_SITE_SOURCEFORGE:=musicpd/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALARM
+COMMENT= Alarm Timer plugin for GMPC
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= intltool pkg-config
+
+.include "../../audio/gmpc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"