pkgsrc/audio/libvisual0.2-plugins/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

46 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2010/06/13 22:43:51 wiz Exp $
#
DISTNAME= libvisual-plugins-0.2.0
PKGNAME= libvisual0.2-plugins-0.2.0
PKGREVISION= 2
CATEGORIES= audio graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
COMMENT= Plugins for libvisual
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]*
CONFLICTS+= libvisual-plugins<0.4.0
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config mkdirhier
# sigsegfaults in 0.2.0 because of:
# sorry, but the bug with strtof has come, please report..
CONFIGURE_ARGS+= --disable-dancingparticles
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
# install unnecessarily installed files
post-install:
${RM} ${DESTDIR}${PREFIX}/share/libvisual-plugins/*/Makefile*
.include "../../audio/goom/buildlink3.mk"
.include "../../audio/libvisual0.2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
# currently not useful, since libgdkpixbuf plugin is not configurable
#.include "../../x11/gtk2/buildlink3.mk"
# required for libGl check
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"