25 lines
657 B
Makefile
25 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/04/11 21:44:59 tv Exp $
|
|
#
|
|
|
|
DISTNAME= iris-0.11
|
|
PKGNAME= xmms-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= xmms audio
|
|
MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://cdelfosse.free.fr/xmms-iris/
|
|
COMMENT= OpenGL Spectrum Analyzer with theme engine and fullscreen modes
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# Needs libXxf86vm.so which isn't provided on NetBSD currently.
|
|
.if !exists(${X11BASE}/lib/libXxf86vm.so)
|
|
PKG_FAIL_REASON= "${PKGNAME} requires libXxf86vm.so"
|
|
.endif
|
|
|
|
.include "../../audio/xmms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|