freebsd-ports/audio/xmms-shn/Makefile
Christian Weisgerber 45ea149a59 * Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.

Approved by:	fenner
2002-11-02 17:18:09 +00:00

29 lines
620 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.7
CATEGORIES= audio
MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/
MAINTAINER= naddy@FreeBSD.Org
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif #NOPORTDOCS
.include <bsd.port.mk>