freebsd-ports/audio/xmms-shn/Makefile
Christian Weisgerber 9850fb94bc Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
2004-05-05 23:16:21 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: shntool
# Date created: 2 November 2000
# Whom: Bill Fenner <fenner@FreeBSD.Org>
#
# $FreeBSD$
#
PORTNAME= xmms-shn
PORTVERSION= 2.4.0
CATEGORIES= audio
MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/source/
MAINTAINER= naddy@FreeBSD.Org
COMMENT= XMMS plugin to allow playing shorten-compressed audio
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_LIBTOOL_VER=13
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>