Bump x11/kde4-runtime to version 4.14.3_3
[dports.git] / x11 / xbelld / Makefile
1 # Created by: Nosov Artem <chip-set@mail.ru>
2 # $FreeBSD$
3
4 PORTNAME=       xbelld
5 PORTVERSION=    0.2b2
6 PORTREVISION=   4
7 CATEGORIES=     x11
8 MASTER_SITES=   http://www.meowfishies.com/code/
9 DISTNAME=       ${PORTNAME}-0.2beta2
10
11 MAINTAINER=     chip-set@mail.ru
12 COMMENT=        XBellD is a small daemon for replacing the standard X terminal bell
13
14 LIB_DEPENDS=    libaudiofile.so:audio/libaudiofile
15
16 USES=           imake tar:tgz
17 USE_XORG=       ice sm xtrap xmu xt
18 USE_GNOME=      esound
19
20 # xbelld calls sqrt which requires -lm on some architectures
21 MAKE_ARGS=      EXTRA_LDOPTIONS="-lX11 -laudiofile -lm"
22
23 PLIST_FILES=    bin/xbelld \
24                 lib/X11/app-defaults/XBellD \
25                 man/man1/xbelld.1.gz
26 XFREE86_HTML_MAN=no
27
28 .include <bsd.port.mk>