pkgsrc/audio/libvisual0.2/Makefile

31 lines
724 B
Makefile
Raw Normal View History

2009-01-04 23:32:04 +01:00
# $NetBSD: Makefile,v 1.4 2009/01/04 22:32:04 shattered 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
2009-01-04 23:32:04 +01:00
HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
COMMENT= Abstraction library between applications and audio visualisation plugins (0.2 branch)
2008-07-14 14:55:56 +02:00
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"