31 lines
759 B
Makefile
31 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/08/16 20:45:31 wiz 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://localhost.nl/~synap/libvisual-wiki/
|
|
COMMENT= Abstraction library for applications and audio visualisation plugins
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
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
|
|
|
|
CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(CC_VERSION:Mgcc*)
|
|
CPPFLAGS+= -mmmx
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|