diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-07 05:22:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-07 05:22:05 +0800 |
commit | f3d326dda684e1dada09b17d92fe0a0889444c30 (patch) | |
tree | 616154f2eb60d0b71ba2f5b5ba0703afc3e75972 /audio | |
parent | 3dec5de50a139730a2ad40c88564fdf984c0318d (diff) | |
download | freebsd-ports-gnome-f3d326dda684e1dada09b17d92fe0a0889444c30.tar.gz freebsd-ports-gnome-f3d326dda684e1dada09b17d92fe0a0889444c30.tar.zst freebsd-ports-gnome-f3d326dda684e1dada09b17d92fe0a0889444c30.zip |
Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labs
NOMAD and Zen range plus the Dell DJ devices using the Portable Digital
Entertainment (PDE) protocol.
WWW: http://gnomad2.sourceforge.net
PR: ports/106424
Submitted by: Petar Zhivkov Petrov (pesho.petrov at gmail.com)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gnomad2/Makefile | 33 | ||||
-rw-r--r-- | audio/gnomad2/distinfo | 3 | ||||
-rw-r--r-- | audio/gnomad2/pkg-descr | 5 | ||||
-rw-r--r-- | audio/gnomad2/pkg-plist | 28 |
5 files changed, 70 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 005d280ade85..62a53b357611 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -187,6 +187,7 @@ SUBDIR += gmpc SUBDIR += gmpccaa SUBDIR += gnapster + SUBDIR += gnomad2 SUBDIR += gnome-audio SUBDIR += gnome-media SUBDIR += gnomoradio diff --git a/audio/gnomad2/Makefile b/audio/gnomad2/Makefile new file mode 100644 index 000000000000..903247860bab --- /dev/null +++ b/audio/gnomad2/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnomad2 +# Date created: 3 December 2006 +# Whom: Petar Zhivkov Petrov (pesho.petrov@gmail.com) +# +# $FreeBSD$ +# + +PORTNAME= gnomad2 +PORTVERSION= 2.8.9 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pesho.petrov@gmail.com +COMMENT= A program for the NOMAD Jukebox to handle jukebox communication + +LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmtp \ + njb.6:${PORTSDIR}/audio/libnjb \ + id3tag.0:${PORTSDIR}/audio/libid3tag + +MAN1= gnomad2.1 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +USE_GMAKE= yes +USE_GNOME= libglade2 libgnomeui +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/audio/gnomad2/distinfo b/audio/gnomad2/distinfo new file mode 100644 index 000000000000..f4f1f899e046 --- /dev/null +++ b/audio/gnomad2/distinfo @@ -0,0 +1,3 @@ +MD5 (gnomad2-2.8.9.tar.gz) = d9362ae17f1ced02efe297a255512377 +SHA256 (gnomad2-2.8.9.tar.gz) = 5b2e6019a3eb5d8cb2d005a5a960a39e7fd60924262c9efb0c97c81bc8557825 +SIZE (gnomad2-2.8.9.tar.gz) = 316934 diff --git a/audio/gnomad2/pkg-descr b/audio/gnomad2/pkg-descr new file mode 100644 index 000000000000..fd108dbbf797 --- /dev/null +++ b/audio/gnomad2/pkg-descr @@ -0,0 +1,5 @@ +Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labs +NOMAD and Zen range plus the Dell DJ devices using the Portable Digital +Entertainment (PDE) protocol. + +WWW: http://gnomad2.sourceforge.net diff --git a/audio/gnomad2/pkg-plist b/audio/gnomad2/pkg-plist new file mode 100644 index 000000000000..1f45dcc8bba5 --- /dev/null +++ b/audio/gnomad2/pkg-plist @@ -0,0 +1,28 @@ +bin/gnomad2 +share/application-registry/gnomad2.applications +share/applications/gnomad2.desktop +share/locale/ca/LC_MESSAGES/gnomad2.mo +share/locale/de/LC_MESSAGES/gnomad2.mo +share/locale/es/LC_MESSAGES/gnomad2.mo +share/locale/fi/LC_MESSAGES/gnomad2.mo +share/locale/fr/LC_MESSAGES/gnomad2.mo +share/locale/it/LC_MESSAGES/gnomad2.mo +share/locale/nl/LC_MESSAGES/gnomad2.mo +share/locale/no/LC_MESSAGES/gnomad2.mo +share/locale/pl/LC_MESSAGES/gnomad2.mo +share/locale/sco/LC_MESSAGES/gnomad2.mo +share/locale/sv/LC_MESSAGES/gnomad2.mo +share/pixmaps/gnomad2-logo.png +@dirrmtry share/locale/sco/LC_MESSAGES +@dirrmtry share/locale/sco +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/applications +@dirrmtry share/pixmaps +@dirrm share/application-registry |