svn commit: r329963 - head/x11/xbelld
Alex Kozlov
ak at FreeBSD.org
Thu Oct 10 04:09:43 UTC 2013
Author: ak
Date: Thu Oct 10 04:09:43 2013
New Revision: 329963
URL: http://svnweb.freebsd.org/changeset/ports/329963
Log:
- Fix build on 10.x [1]
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
PR: ports/182303 [1]
Submitted by: Artem Nosov <chip-set at mail.ru> (maintainer) [1]
Modified:
head/x11/xbelld/Makefile (contents, props changed)
Modified: head/x11/xbelld/Makefile
==============================================================================
--- head/x11/xbelld/Makefile Thu Oct 10 03:46:18 2013 (r329962)
+++ head/x11/xbelld/Makefile Thu Oct 10 04:09:43 2013 (r329963)
@@ -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 at 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>
More information about the svn-ports-all
mailing list