mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7ec7468932
This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify.
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# Created by: Nosov Artem <chip-set@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbelld
|
|
PORTVERSION= 0.2b2
|
|
PORTREVISION= 4
|
|
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= libaudiofile.so:${PORTSDIR}/audio/libaudiofile
|
|
|
|
USES= imake
|
|
USE_XORG= ice sm xtrap xmu xt
|
|
USE_GNOME= esound
|
|
|
|
MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile"
|
|
|
|
PLIST_FILES= bin/xbelld \
|
|
lib/X11/app-defaults/XBellD \
|
|
man/man1/xbelld.1.gz
|
|
XFREE86_HTML_MAN=no
|
|
|
|
.include <bsd.port.mk>
|