pkgsrc/audio/libcuefile/Makefile
wiz c761d60ea5 Import libcuefile-0rc475 as audio/libcuefile.
This library has been stripped down from cuetools.

cuetools is a set of utilities for working with Cue Sheet (cue)
and Table of Contents (toc) files.
2014-04-18 12:38:22 +00:00

19 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/04/18 12:38:22 wiz Exp $
DISTNAME= libcuefile_r475
PKGNAME= libcuefile-0rc475
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musepack.net/
COMMENT= CUE File library for the musepack decoder
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
INSTALLATION_DIRS= include/cuetools
post-install:
${INSTALL_DATA} ${WRKSRC}/include/cuetools/* ${DESTDIR}${PREFIX}/include/cuetools
.include "../../mk/bsd.pkg.mk"