summaryrefslogtreecommitdiff
path: root/misc/cuetools/Makefile
blob: 49bd1d033f61e37251833929273725f19205069e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:19 asau Exp $
#

DISTNAME=	cuetools-1.3.1
CATEGORIES=	misc
MASTER_SITES=	http://download.berlios.de/cuetools/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://cuetools.berlios.de/
COMMENT=	Set of utilities to manipulate cue and toc files
LICENSE=	gnu-gpl-v2

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_LANGUAGES=	c
GNU_CONFIGURE=	yes

INSTALLATION_DIRS=	share/doc/cuetools

post-install:
	${INSTALL_DATA} ${WRKSRC}/extras/formats.txt \
		${DESTDIR}${PREFIX}/share/doc/cuetools/

.include "../../mk/bsd.pkg.mk"