mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix WWW: site
- Use GCONF_SCHEMAS framework Approved by: arved (mentor)
This commit is contained in:
parent
52dbd9dc4d
commit
fcb5ea43d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130522
3 changed files with 3 additions and 4 deletions
|
@ -24,4 +24,6 @@ USE_LIBTOOL_VER=15
|
|||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= mlview.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
A tree oriented xml editor for gnome. It is an attempt to ease editing
|
||||
xml documents with or without validation by focusing on their tree view.
|
||||
|
||||
WWW: http://www.mlview.org
|
||||
WWW: http://www.freespiders.org/projects/gmlview/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
bin/mlv
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/mlview.schemas
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true
|
||||
lib/libmlview.a
|
||||
lib/libmlview.so
|
||||
lib/libmlview.so.7
|
||||
|
|
Loading…
Add table
Reference in a new issue