8b4c69090c
If you ever missed a nice 3D-sound feature in FreeBSD that you knew from your Windows(tm) drivers (I myself always missed that when hearing MP3s in FreeBSD), try this!
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# New ports collection makefile for: xmms-quix3dn
|
|
# Date created: 23 December 2000
|
|
# Whom: alex
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-quix3dn
|
|
PORTVERSION= 4.4.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://nsys.by:8100/~mmts/quix/freebsd/
|
|
DISTNAME= quix3dn-${PORTVERSION}-freebsd
|
|
|
|
MAINTAINER= alex@FreeBSD.org
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libquix3dn.so ${PREFIX}/lib/xmms/Effect/
|
|
|
|
.include <bsd.port.mk>
|