# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 64530 2010-03-08 06:31:48Z rmsfisher@macports.org $

PortSystem          1.0

name                gtkpod
version             0.99.14
categories          multimedia gnome
platforms           darwin
maintainers         rmsfisher openmaintainer
description         gtkpod is a platform independent Graphical User Interface for Apple's iPod using GTK2.gpod is a library to access the contents of an iPod.
long_description    ${description} It supports the first to fifth Generation including the iPod mini, iPod Photo, iPod Shuffle, iPod nano, and iPod Video.
homepage            http://www.gtkpod.org/
master_sites        sourceforge:gtkpod
checksums           md5     f7948eceb955b302f4c47da4c0e1ec12 \
                    sha1    92977420c0b54e85ddc80fbe2e99cd4a5e4e81b9 \
                    rmd160  ec4806918310b3071c33d461af3a354b5826a84c
depends_lib         port:autoconf \
                    port:curl \
                    port:flex \
                    port:gnome-vfs \
                    port:libglade2 \
                    port:libgpod \
                    port:libid3tag
configure.args      --mandir=${prefix}/share/man --without-ogg --without-flac
patchfiles          patch-src_Makefile.in.diff

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/gtkpod/files/
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
