freebsd-ports/audio/xmms-quix3dn/Makefile
Alexander Langer 8b4c69090c Add xmms-quix3dn-4.4.1, a neat 3D effects audio plugin for XMMS.
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!
2000-12-23 11:17:42 +00:00

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>