1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/xmms-shn/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

34 lines
819 B
Makefile

# Created by: Bill Fenner <fenner@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmms-shn
PORTVERSION= 2.4.1
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/dist/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS plugin to allow playing shorten-compressed audio
LICENSE= GPLv2+ SHORTEN
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_NAME_SHORTEN= SHORTEN SOFTWARE LICENSE
LICENSE_FILE_SHORTEN= ${WRKSRC}/doc/LICENSE.shorten
LICENSE_PERMS_SHORTEN= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= xmms-config:multimedia/xmms
RUN_DEPENDS= xmms:multimedia/xmms
USES= libtool
USE_GNOME= gtk12
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>