mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
689 B
Makefile
34 lines
689 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
|
|
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
|
|
|
|
USE_IMAKE= yes
|
|
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>
|