2000-11-03 18:08:19 +01:00
|
|
|
# New ports collection makefile for: shntool
|
|
|
|
# Date created: 2 November 2000
|
|
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-shn
|
2007-03-29 19:05:55 +02:00
|
|
|
PORTVERSION= 2.4.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-11-03 18:08:19 +01:00
|
|
|
CATEGORIES= audio
|
2007-01-14 19:53:02 +01:00
|
|
|
MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/dist/src/
|
2000-11-03 18:08:19 +01:00
|
|
|
|
2002-11-02 18:18:09 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.Org
|
2003-02-21 13:52:52 +01:00
|
|
|
COMMENT= XMMS plugin to allow playing shorten-compressed audio
|
2000-11-03 18:08:19 +01:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2000-11-03 18:08:19 +01:00
|
|
|
|
2001-03-10 02:28:49 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-11-03 18:08:19 +01:00
|
|
|
|
2001-09-04 00:40:46 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2004-05-06 01:16:21 +02:00
|
|
|
.endif
|
2001-09-04 00:40:46 +02:00
|
|
|
|
2000-11-03 18:08:19 +01:00
|
|
|
.include <bsd.port.mk>
|