1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/audio/xmms-shn/Makefile
Christian Weisgerber 740bce094f * Update master site and homepage.
* autoconf -> configure
* Update to release 2.2.5.  Notable changes in this version:
  + added configuration window option to swap bytes on audio output

Approved by:	fenner
2002-01-31 21:20:24 +00:00

30 lines
613 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.2.5
CATEGORIES= audio
MASTER_SITES= http://shnutils.etree.org/xmms-shn/source/
MAINTAINER= fenner@FreeBSD.Org
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif #NOPORTDOCS
.include <bsd.port.mk>