in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
675 B
Makefile
26 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:11 tv Exp $
|
|
#
|
|
|
|
DISTNAME= iris-0.11
|
|
PKGNAME= xmms-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= xmms audio
|
|
MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/
|
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
|
HOMEPAGE= http://cdelfosse.free.fr/xmms-iris/
|
|
COMMENT= OpenGL Spectrum Analyzer with theme engine and fullscreen modes
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= 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"
|