summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-22 18:58:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-22 18:58:16 +0000
commitad0bf41cc2f2c92d410eabdc0976097e3698202b (patch)
tree096c0c16fe889c51c18c963a5fa3b2214c505c19 /audio/wsoundprefs/Makefile
parentUpdate to 0.93.5 (diff)
Update WSoundPrefs to the new 1.1.1 version.
This port switched to use the new sound server for Window Maker - wsoundserver, which will be committed shortly. Old audio/wmsound module is now scheduled for deletion, since it doesn't work with newest version of Window Maker and not maintained anymore.
Notes
Notes: svn path=/head/; revision=28688
Diffstat (limited to 'audio/wsoundprefs/Makefile')
-rw-r--r--audio/wsoundprefs/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile
index 34118449a141..93d8219029c1 100644
--- a/audio/wsoundprefs/Makefile
+++ b/audio/wsoundprefs/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: wsoundPrefs
+# New ports collection makefile for: WSoundPrefs
# Date created: 12 December 1998
# Whom: gljohns@bellsouth.net
#
@@ -6,17 +6,18 @@
#
PORTNAME= wsoundprefs
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.1
CATEGORIES= audio windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
DISTNAME= WSoundPrefs-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \
- wmsound:${PORTSDIR}/audio/wmsound
+BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
+LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
+ wsound.1:${PORTSDIR}/audio/wsoundserver
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
+NO_INSTALL_MANPAGES=yes
.include <bsd.port.mk>