mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Stage support
This commit is contained in:
parent
95961c9583
commit
ac06592a84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347961
2 changed files with 5 additions and 6 deletions
|
@ -26,21 +26,17 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
|
|||
|
||||
USES= pathfix gettext gmake pkgconfig
|
||||
USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \
|
||||
referencehack intlhack dconf
|
||||
referencehack intlhack dconf introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-gtk-doc
|
||||
# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAN1= gconftool-2.1 gsettings-data-convert.1 \
|
||||
gsettings-schema-convert.1
|
||||
|
||||
OPTIONS_DEFINE= LDAP
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
|
@ -53,7 +49,7 @@ PLIST_SUB+= LDAP="@comment "
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
-${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
|
||||
-${LOCALBASE}/bin/gio-querymodules ${STAGEDIR}${PREFIX}/lib/gio/modules
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
|
|
@ -126,6 +126,9 @@ share/locale/zh_HK/LC_MESSAGES/GConf2.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/GConf2.mo
|
||||
share/polkit-1/actions/org.gnome.gconf.defaults.policy
|
||||
share/sgml/gconf/gconf-1.0.dtd
|
||||
man/man1/gconftool-2.1.gz
|
||||
man/man1/gsettings-data-convert.1.gz
|
||||
man/man1/gsettings-schema-convert.1.gz
|
||||
@dirrm share/sgml/gconf
|
||||
%%LDAP%%@dirrm share/GConf/schema
|
||||
%%LDAP%%@dirrm share/GConf
|
||||
|
|
Loading…
Add table
Reference in a new issue