freebsd-ports/audio/xmms-bonk/Makefile
Christian Weisgerber 09a1ea9cd7 Import bonk-xmms 0.12.
xmms-bonk is a plugin for the multimedia player XMMS that plays
audio files in the bonk format, which supports lossless and lossy
compression.
2002-07-07 00:24:53 +00:00

23 lines
489 B
Makefile

# New ports collection makefile for: xmms-bonk
# Date created: 2002-06-15
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xmms-bonk
PORTVERSION= 0.12
CATEGORIES= audio
MASTER_SITES= http://www.proustmedia.de/bonk-xmms/
DISTNAME= bonk-xmms-${PORTVERSION}
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
ALL_TARGET=
do-install:
${INSTALL_DATA} ${WRKSRC}/libbonk.so ${PREFIX}/lib/xmms/Input
.include <bsd.port.mk>