diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-21 16:57:43 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-21 16:57:43 +0000 |
commit | 34d02b55e15e9c57b58840ceb949dc9d33d36371 (patch) | |
tree | 26e2b3b5ac8630649ab9db02ebebac76f63646e5 /x11-clocks/bmp-alarm | |
parent | b544694e68a918ea812e08402e884fcba2baf92d (diff) | |
download | ports-34d02b55e15e9c57b58840ceb949dc9d33d36371.tar.gz ports-34d02b55e15e9c57b58840ceb949dc9d33d36371.zip |
Notes
Diffstat (limited to 'x11-clocks/bmp-alarm')
-rw-r--r-- | x11-clocks/bmp-alarm/Makefile | 29 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/pkg-descr | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile new file mode 100644 index 000000000000..d941c66db2e6 --- /dev/null +++ b/x11-clocks/bmp-alarm/Makefile @@ -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> diff --git a/x11-clocks/bmp-alarm/distinfo b/x11-clocks/bmp-alarm/distinfo new file mode 100644 index 000000000000..50d4ab3bbb9b --- /dev/null +++ b/x11-clocks/bmp-alarm/distinfo @@ -0,0 +1,2 @@ +MD5 (bmp-alarm-0.6.0.tar.bz2) = 023eec6084f6a777fb0a7cf24ba4f7d2 +SIZE (bmp-alarm-0.6.0.tar.bz2) = 229685 diff --git a/x11-clocks/bmp-alarm/pkg-descr b/x11-clocks/bmp-alarm/pkg-descr new file mode 100644 index 000000000000..838c800b5936 --- /dev/null +++ b/x11-clocks/bmp-alarm/pkg-descr @@ -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 |