22 lines
520 B
Makefile
22 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.16 2017/08/01 16:47:40 wiz 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
|
|
|
|
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"
|