summaryrefslogtreecommitdiff
path: root/x11/xbelld/Makefile
blob: 1491aafb2691efdb01b6f9d7cd76ae9803d0f77e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Nosov Artem <chip-set@mail.ru>
# $FreeBSD$

PORTNAME=	xbelld
PORTVERSION=	0.2b2
PORTREVISION=	2
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

USES=		imake
USE_XORG=	ice sm xtrap xmu xt
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>