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
|
2001-09-04 00:40:46 +02:00
|
|
|
PORTVERSION= 2.2.4
|
2000-11-03 18:08:19 +01:00
|
|
|
CATEGORIES= audio
|
2001-06-04 17:46:36 +02:00
|
|
|
MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
2000-11-03 18:08:19 +01:00
|
|
|
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
|
|
|
2000-11-12 02:42:08 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
|
2000-11-03 18:08:19 +01:00
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
|
|
|
|
2001-03-10 02:28:49 +01:00
|
|
|
USE_X_PREFIX= yes
|
2001-03-14 20:33:30 +01:00
|
|
|
USE_GTK= yes
|
2000-11-03 18:08:19 +01:00
|
|
|
USE_AUTOCONF= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2001-09-04 00:40:46 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif #NOPORTDOCS
|
|
|
|
|
2000-11-03 18:08:19 +01:00
|
|
|
.include <bsd.port.mk>
|