mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Stagify
Mark package as jobs unsafe Convert to USES=mono Fix plist
This commit is contained in:
parent
6b8c3ab6bd
commit
ca7a14a38c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357131
@ -8,21 +8,19 @@ CATEGORIES= misc
|
||||
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= A tool to discover detailed model information about an iPod
|
||||
COMMENT= 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
|
||||
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 pkgconfig pathfix
|
||||
USES= gmake mono pkgconfig pathfix
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \
|
||||
${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \
|
||||
|
@ -9,4 +9,3 @@ libdata/pkgconfig/podsleuth.pc
|
||||
libexec/hal-podsleuth
|
||||
share/hal/fdi/policy/20thirdparty/20-podsleuth.fdi
|
||||
@dirrmtry lib/podsleuth
|
||||
@dirrmtry lib/hal
|
||||
|
Loading…
Reference in New Issue
Block a user