24 lines
594 B
Makefile
24 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/04/11 21:44:57 tv Exp $
|
|
#
|
|
|
|
DISTNAME= taglib-1.3.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/
|
|
|
|
MAINTAINER= chris@NetBSD.org
|
|
HOMEPAGE= http://ktown.kde.org/~wheeler/taglib/
|
|
COMMENT= Library for accessing id tags in mp3 and ogg files
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/id3lib_strings.h ${WRKSRC}/taglib/toolkit/.
|
|
|
|
post-install:
|
|
${INSTALL} -c -o ${ROOT_USER} -g ${ROOT_GROUP} -m 444 \
|
|
${FILESDIR}/id3lib_strings.h ${LOCALBASE}/include/taglib/.
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|