pkgsrc/audio/libvisual0.2/Makefile
2008-07-14 12:55:56 +00:00

30 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:57 joerg Exp $
#
DISTNAME= libvisual-0.2.0
PKGNAME= libvisual0.2-0.2.0
PKGREVISION= 1
CATEGORIES= audio graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libvisual.sourceforge.net/
COMMENT= Abstraction library between applications and audio visualisation plugins (0.2 branch)
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= libvisual<0.4.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CPPFLAGS+= -mmmx
.endif
.include "../../mk/bsd.pkg.mk"