1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/xmms-quix3dn/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

37 lines
757 B
Makefile

# New ports collection makefile for: xmms-quix3dn
# Date created: 23 December 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xmms-quix3dn
PORTVERSION= 4.4.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alex
DISTNAME= quix3dn-${PORTVERSION}-freebsd
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D-sound effect plugin for XMMS
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= lib/xmms/Effect/libquix3dn.so
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/libquix3dn.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.post.mk>