pkgsrc/audio/libvisual/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

42 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2013/04/06 03:45:06 rodent Exp $
#
DISTNAME= libvisual-0.4.0
PKGREVISION= 3
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
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/pset.h)
RT_LIB_SCHED= -lrt
.else
RT_LIB_SCHED= # empty
.endif
MAKE_ENV+= RT_LIB_SCHED=${RT_LIB_SCHED}
SUBST_CLASSES+= rtlib
SUBST_STAGE.rtlib= post-patch
SUBST_FILES.rtlib= libvisual.pc.in
SUBST_VARS.rtlib= RT_LIB_SCHED
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
.if ${MACHINE_ARCH} == "i386"
. if !empty(CC_VERSION:Mgcc*)
CPPFLAGS+= -mmmx
. endif
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"