1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/audio/xmms-quix3dn/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

31 lines
670 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= 5
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
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= lib/xmms/Effect/libquix3dn.so
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_DATA} ${WRKSRC}/libquix3dn.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.mk>