mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Support stage
This commit is contained in:
parent
7740cc5e5d
commit
3ae22d9bdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350965
@ -4,6 +4,7 @@
|
||||
|
||||
PORTNAME= liboobs
|
||||
PORTVERSION= 2.32.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -12,19 +13,18 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Wrapping library to the System Tools Backends
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
hal.1:${PORTSDIR}/sysutils/hal
|
||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libhal.so:${PORTSDIR}/sysutils/hal
|
||||
RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack glib20
|
||||
USE_GNOME= glib20
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# disable utmpx detection on early 9.x and below.
|
||||
|
@ -34,6 +34,7 @@ lib/liboobs-1.a
|
||||
lib/liboobs-1.la
|
||||
lib/liboobs-1.so
|
||||
lib/liboobs-1.so.5
|
||||
lib/liboobs-1.so.5.0.0
|
||||
libdata/pkgconfig/liboobs-1.pc
|
||||
%%DOCSDIR%%/OobsGroup.html
|
||||
%%DOCSDIR%%/OobsGroupsConfig.html
|
||||
|
Loading…
Reference in New Issue
Block a user