1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add gnomebasic plugin support

This commit is contained in:
Ade Lovett 2000-06-28 16:11:42 +00:00
parent 4f33a6ccab
commit 4e6b60e250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29945
4 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade \
guile.6:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2
gnomeole2.0:${PORTSDIR}/devel/libole2 \
gb.0:${PORTSDIR}/lang/gnomebasic
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config

View File

@ -4,6 +4,7 @@ etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so

View File

@ -20,7 +20,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade \
guile.6:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2
gnomeole2.0:${PORTSDIR}/devel/libole2 \
gb.0:${PORTSDIR}/lang/gnomebasic
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config

View File

@ -4,6 +4,7 @@ etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so