freebsd-ports/misc/podsleuth/Makefile
Baptiste Daroussin ca7a14a38c Stagify
Mark package as jobs unsafe
Convert to USES=mono
Fix plist
2014-06-09 10:32:43 +00:00

29 lines
942 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= podsleuth
PORTVERSION= 0.6.7
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Tool to discover detailed model information about an iPod
LIB_DEPENDS= libsgutils2.so:${PORTSDIR}/sysutils/sg3_utils \
libhal.so:${PORTSDIR}/sysutils/hal
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USES= gmake mono pkgconfig pathfix
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \
${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \
${WRKSRC}/src/PodSleuth.Hal/podsleuth.in \
.include <bsd.port.mk>