freebsd-ports/audio/xmms-quix3dn/Makefile
Mark Linimon e019e1994f Reset maintainer who had turned in his commit bit some time back as he no
longer had time to work on FreeBSD.  We appreciate the help in the past.

Approved by:	alex (former maintainer)
2005-10-01 06:09:00 +00:00

36 lines
736 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= 1
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
.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>