9e19888e49
BellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made. WWW: http://www.meowfishies.com/xbelld.rhtml PR: ports/71815 Submitted by: Nosov Artem <chip-set@mail.ru>
32 lines
643 B
Makefile
32 lines
643 B
Makefile
# New ports collection makefile for: xbelld
|
|
# Date created: 17 September 2004
|
|
# Whom: Nosov Artem <chip-set@mail.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbelld
|
|
PORTVERSION= 0.2b2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.meowfishies.com/code/
|
|
DISTNAME= ${PORTNAME}-0.2beta2
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= chip-set@mail.ru
|
|
COMMENT= XBellD is a small daemon for replacing the standard X terminal bell
|
|
|
|
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
|
|
|
USE_IMAKE= yes
|
|
USE_GNOME= esound
|
|
|
|
PLIST_FILES= bin/xbelld \
|
|
lib/X11/app-defaults/XBellD
|
|
MAN1= xbelld.1
|
|
XFREE86_HTML_MAN=no
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|