diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-02 01:50:01 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-02 01:50:01 +0000 |
commit | 060e1ea774cff51de26d208d661b9dc5ba1b27be (patch) | |
tree | 02364e30c95385b5ac56723a526e2f74e9cdf3ce /misc/podsleuth | |
parent | 6ab8d44a1a1e8523cd50ec2b2488008e720bcb06 (diff) | |
download | ports-060e1ea774cff51de26d208d661b9dc5ba1b27be.tar.gz ports-060e1ea774cff51de26d208d661b9dc5ba1b27be.zip |
Notes
Diffstat (limited to 'misc/podsleuth')
-rw-r--r-- | misc/podsleuth/Makefile | 29 | ||||
-rw-r--r-- | misc/podsleuth/distinfo | 3 | ||||
-rw-r--r-- | misc/podsleuth/pkg-descr | 2 | ||||
-rw-r--r-- | misc/podsleuth/pkg-plist | 13 |
4 files changed, 47 insertions, 0 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile new file mode 100644 index 000000000000..fc9481358387 --- /dev/null +++ b/misc/podsleuth/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: podsleuth +# Date created: 2008-07-09 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= podsleuth +PORTVERSION= 0.6.7 +CATEGORIES= misc +MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= A tool to discover detailed model information about an iPod + +LIB_DEPENDS= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils \ + hal.1:${PORTSDIR}/sysutils/hal +BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus +RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus + +CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig + +.include <bsd.port.mk> diff --git a/misc/podsleuth/distinfo b/misc/podsleuth/distinfo new file mode 100644 index 000000000000..ded8b7799839 --- /dev/null +++ b/misc/podsleuth/distinfo @@ -0,0 +1,3 @@ +MD5 (podsleuth-0.6.7.tar.gz) = 3782a82bc8fce5cb24acc9fb7999951a +SHA256 (podsleuth-0.6.7.tar.gz) = 85661bc3fe140ff8c18121ca6647a922efcfd01ef9c41e1afc70f1d671b9f0c6 +SIZE (podsleuth-0.6.7.tar.gz) = 147300 diff --git a/misc/podsleuth/pkg-descr b/misc/podsleuth/pkg-descr new file mode 100644 index 000000000000..4407bfb9f95a --- /dev/null +++ b/misc/podsleuth/pkg-descr @@ -0,0 +1,2 @@ +PodSleuth aims to probe, identify, and expose properties and metadata bound to +iPods. diff --git a/misc/podsleuth/pkg-plist b/misc/podsleuth/pkg-plist new file mode 100644 index 000000000000..fdc761f2244a --- /dev/null +++ b/misc/podsleuth/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +bin/podsleuth +etc/dbus-1/system.d/podsleuth.conf +lib/podsleuth/PodSleuth.dll +lib/podsleuth/PodSleuth.dll.mdb +lib/podsleuth/PodSleuth.dll.config +lib/podsleuth/PodSleuth.Hal.exe +lib/podsleuth/PodSleuth.Hal.exe.mdb +libdata/pkgconfig/podsleuth.pc +libexec/hal-podsleuth +share/hal/fdi/policy/20thirdparty/20-podsleuth.fdi +@dirrmtry lib/podsleuth +@dirrmtry lib/hal |