summaryrefslogtreecommitdiff
path: root/audio/xmmsctrl/Makefile
blob: 7a5140d417998eab9c2d1b71e439790a0c6efe61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:12 tv Exp $
#

DISTNAME=		xmmsctrl-1.6
PKGREVISION=	1
CATEGORIES=		audio
MASTER_SITES=		http://www.docs.uu.se/~adavid/utils/

MAINTAINER=		dotz@irc.pl
HOMEPAGE=		http://www.docs.uu.se/~adavid/utils/
COMMENT=		Small utility to control xmms from the command line

USE_BUILDLINK3=		YES
USE_GNU_TOOLS+=		make

.include "../../audio/xmms/buildlink3.mk"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xmmsctrl ${PREFIX}/bin

.include "../../mk/bsd.pkg.mk"