9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2006/03/04 21:28:56 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libvisual-plugins-0.2.0
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libvisual.sourceforge.net/
|
|
COMMENT= Plugins for libvisual
|
|
|
|
CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]*
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# sigsegfaults in 0.2.0 because of:
|
|
# sorry, but the bug with strtof has come, please report..
|
|
CONFIGURE_ARGS+= --disable-dancingparticles
|
|
|
|
# install unnecessarily installed files
|
|
post-install:
|
|
${RM} ${PREFIX}/share/libvisual-plugins/*/Makefile*
|
|
|
|
.include "../../audio/goom/buildlink3.mk"
|
|
.include "../../audio/libvisual/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
# currently not useful, since libgdkpixbuf plugin is not configurable
|
|
#.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|