blob: 59e87baa33047d61e97ba3f7c41eab89baacf930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.15 2005/03/27 15:43:33 wiz Exp $
#
DISTNAME= tv_scope-0.0.2
PKGNAME= xmms-tv-scope-0.0.2
PKGREVISION= 5
CATEGORIES= xmms audio
MASTER_SITES= http://staff.xmms.org/zinx/xmms/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://staff.xmms.org/zinx/xmms/
COMMENT= 3D Representation of a waveform
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-*
ONLY_FOR_PLATFORM+= NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-*
ONLY_FOR_PLATFORM+= NetBSD-[2-9]*
.include "../../audio/xmms/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|