7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
691 B
Makefile
26 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/29 23:35:14 wiz Exp $
|
|
|
|
DISTNAME= 3.1.1
|
|
PKGNAME= libgroove-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/andrewrk/libgroove/archive/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/andrewrk/libgroove/
|
|
COMMENT= Audio dispatching library
|
|
LICENSE= mit
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= gmake pkg-config perl:build
|
|
USE_LANGUAGES= c c++
|
|
|
|
DIST_SUBDIR= libgroove
|
|
|
|
.include "../../multimedia/ffmpeg2/buildlink3.mk"
|
|
.include "../../audio/chromaprint/buildlink3.mk"
|
|
.include "../../audio/libebur128/buildlink3.mk"
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|