diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-10-10 04:09:43 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-10-10 04:09:43 +0000 |
commit | 982933df36bcd407b6640af60195d863f897a994 (patch) | |
tree | efac3366d255947d26bc0b4743d5d9e21d601b39 /x11/xbelld | |
parent | 93853c43089981461dc2f87f19b2c8fe41618877 (diff) |
Notes
Diffstat (limited to 'x11/xbelld')
-rw-r--r-- | x11/xbelld/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11/xbelld/Makefile b/x11/xbelld/Makefile index 8cbfb9fa26f1..217f6da7890e 100644 --- a/x11/xbelld/Makefile +++ b/x11/xbelld/Makefile @@ -3,7 +3,7 @@ PORTNAME= xbelld PORTVERSION= 0.2b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.meowfishies.com/code/ DISTNAME= ${PORTNAME}-0.2beta2 @@ -12,19 +12,17 @@ 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 +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 -MAN1= xbelld.1 + lib/X11/app-defaults/XBellD \ + man/man1/xbelld.1.gz XFREE86_HTML_MAN=no -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |