summaryrefslogtreecommitdiff
path: root/audio/easyh10/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-01 08:24:13 +0000
committerghen <ghen@pkgsrc.org>2006-08-01 08:24:13 +0000
commit13e23836d2d78c71736ea346cf5dd83309c794da (patch)
tree9fc344ac90b7f271711aa92658e3562a967677ec /audio/easyh10/Makefile
parentaeeeee3d469a207051c9d352b9efb7152bc96ee8 (diff)
downloadpkgsrc-13e23836d2d78c71736ea346cf5dd83309c794da.tar.gz
Import audio/easyh10, a command-line tool for creating/maintaining the music
database on the iriver H10 series of portable mp3 players. EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.
Diffstat (limited to 'audio/easyh10/Makefile')
-rw-r--r--audio/easyh10/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile
new file mode 100644
index 00000000000..ea3709e56ec
--- /dev/null
+++ b/audio/easyh10/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $
+
+DISTNAME= easyh10-1.4
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/}
+
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://easyh10.sourceforge.net/
+COMMENT= Database tool for the iRiver H10 digital audio player
+
+USE_TOOLS+= gmake
+USE_GNU_ICONV= yes
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+=--with-id3tag-library=${BUILDLINK_PREFIX.libid3tag}/lib
+CONFIGURE_ARGS+=--with-iconv-library=${BUILDLINK_PREFIX.iconv}/lib
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"