freebsd-ports/x11/xbelld/Makefile
Niclas Zeising 15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00

29 lines
673 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
MAINTAINER= chip-set@mail.ru
COMMENT= XBellD is a small daemon for replacing the standard X terminal bell
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile
USES= imake tar:tgz
USE_XORG= ice sm x11 xtrap xmu xt
USE_GNOME= esound
# xbelld calls sqrt which requires -lm on some architectures
MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile -lm"
PLIST_FILES= bin/xbelld \
lib/X11/app-defaults/XBellD \
man/man1/xbelld.1.gz
XFREE86_HTML_MAN=no
.include <bsd.port.mk>