mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add bmp-alarm 0.6.0, Alarm timer plugin for
beep-media-player. Obtained from: ports/x11-clocks/xmms-alarm
This commit is contained in:
parent
b544694e68
commit
34d02b55e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135772
@ -12,6 +12,7 @@
|
||||
SUBDIR += astzclock
|
||||
SUBDIR += bbdate
|
||||
SUBDIR += bclock
|
||||
SUBDIR += bmp-alarm
|
||||
SUBDIR += buici-clock
|
||||
SUBDIR += dclock
|
||||
SUBDIR += emiclock
|
||||
|
29
x11-clocks/bmp-alarm/Makefile
Normal file
29
x11-clocks/bmp-alarm/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: bmp-alarm
|
||||
# Date created: 2005-05-22
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bmp-alarm
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Alarm timer plugin for beep-media-player
|
||||
|
||||
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnometarget gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
|
||||
PLIST_FILES= lib/bmp/General/libalarm.so
|
||||
|
||||
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/General
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-clocks/bmp-alarm/distinfo
Normal file
2
x11-clocks/bmp-alarm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (bmp-alarm-0.6.0.tar.bz2) = 023eec6084f6a777fb0a7cf24ba4f7d2
|
||||
SIZE (bmp-alarm-0.6.0.tar.bz2) = 229685
|
6
x11-clocks/bmp-alarm/pkg-descr
Normal file
6
x11-clocks/bmp-alarm/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
bmp-alarm is an alarm timer plugin for beep-media-player.
|
||||
It allows you to set a time for it to start playing a playlist
|
||||
with the volume fading up.
|
||||
You can set specific alarm times for each day of the week.
|
||||
|
||||
WWW: http://www.snika.uklinux.net/index.php?show=xmms-alarm
|
Loading…
Reference in New Issue
Block a user