09a1ea9cd7
xmms-bonk is a plugin for the multimedia player XMMS that plays audio files in the bonk format, which supports lossless and lossy compression.
23 lines
489 B
Makefile
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>
|