2000-05-23 08:33:53 +02:00
|
|
|
# New ports collection makefile for: wsoundserver
|
1998-12-23 03:53:35 +01:00
|
|
|
# Date created: 9 December 1998
|
|
|
|
# Whom: gljohns@bellsouth.net
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-12-23 03:53:35 +01:00
|
|
|
#
|
|
|
|
|
2000-05-23 08:33:53 +02:00
|
|
|
PORTNAME= wsoundserver
|
|
|
|
PORTVERSION= 0.4.0
|
1999-01-18 07:43:04 +01:00
|
|
|
CATEGORIES= audio windowmaker
|
1999-01-26 03:10:41 +01:00
|
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
|
2000-05-23 08:33:53 +02:00
|
|
|
DISTNAME= WSoundServer-${PORTVERSION}
|
1998-12-23 03:53:35 +01:00
|
|
|
|
2000-05-23 08:33:53 +02:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
1998-12-23 03:53:35 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
|
2000-05-23 08:33:53 +02:00
|
|
|
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
|
|
|
|
audiofile.0:${PORTSDIR}/audio/libaudiofile \
|
2000-10-05 07:19:38 +02:00
|
|
|
dockapp.1:${PORTSDIR}/x11-wm/libdockapp
|
2000-06-06 09:55:25 +02:00
|
|
|
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
|
1998-12-23 03:53:35 +01:00
|
|
|
|
2000-05-23 08:33:53 +02:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:19:38 +02:00
|
|
|
WANT_ESOUND= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-05-23 08:33:53 +02:00
|
|
|
USE_LIBTOOL= yes
|
2001-03-10 14:11:10 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs"
|
2000-05-23 08:33:53 +02:00
|
|
|
|
|
|
|
MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \
|
|
|
|
wsoundplay.1x wsoundserver.1x
|
1998-12-23 03:53:35 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${SH} ${FILESDIR}/configure > ${WRKDIR}/WMSound
|
2000-05-23 08:33:53 +02:00
|
|
|
${MKDIR} ${PREFIX}/etc/WindowMaker
|
1998-12-23 03:53:35 +01:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/WMSound \
|
2000-05-23 08:33:53 +02:00
|
|
|
${PREFIX}/etc/WindowMaker/WMSound
|
1998-12-23 03:53:35 +01:00
|
|
|
|
2000-10-05 07:19:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(HAVE_ESOUND)
|
|
|
|
USE_ESOUND= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-esd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|