mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Update to 20030804, unbreak, and fix plist.
PR: ports/57582 Submitted by: linimon@lonesome.com Reviewed by: maintainer (dmlb@dmlb.org)
This commit is contained in:
parent
42d1a8f858
commit
b0b3511b64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91298
4 changed files with 11 additions and 7 deletions
|
@ -6,9 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gwave
|
PORTNAME= gwave
|
||||||
PORTVERSION= 20020122
|
PORTVERSION= 20030804
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= http://geda.seul.org/dist/
|
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ \
|
||||||
|
http://geda.seul.org/dist/
|
||||||
|
|
||||||
MAINTAINER= dmlb@dmlb.org
|
MAINTAINER= dmlb@dmlb.org
|
||||||
COMMENT= Waveform viewer for analogue electronic simulation tools
|
COMMENT= Waveform viewer for analogue electronic simulation tools
|
||||||
|
@ -18,9 +19,7 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \
|
||||||
guile.15:${PORTSDIR}/lang/guile \
|
guile.15:${PORTSDIR}/lang/guile \
|
||||||
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
||||||
|
|
||||||
BROKEN= "Does not compile"
|
USE_AUTOCONF_VER= 253
|
||||||
|
|
||||||
USE_AUTOCONF= yes
|
|
||||||
USE_GNOME= gtk12
|
USE_GNOME= gtk12
|
||||||
#CONFIGURE_ARGS= --enable-gdgeda
|
#CONFIGURE_ARGS= --enable-gdgeda
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gwave-20020122.tar.gz) = 0e5bbf0787e4ab82f804e617bf3ad86f
|
MD5 (gwave-20030804.tar.gz) = 4b8ae59dd4bd80520e64df43bc13f7ce
|
||||||
|
|
|
@ -16,4 +16,4 @@ Much of Gwave's user interface is written in the Guile extension
|
||||||
language and is therefore easily extensible for custom applications
|
language and is therefore easily extensible for custom applications
|
||||||
without recompilation.
|
without recompilation.
|
||||||
|
|
||||||
WWW: http://geda.seul.org/tools/gwave
|
WWW: http://www.telltronics.org/software/gwave
|
||||||
|
|
|
@ -13,5 +13,10 @@ share/guile/app/gwave/std-toolbar.scm
|
||||||
share/guile/app/gwave/extra-menus.scm
|
share/guile/app/gwave/extra-menus.scm
|
||||||
share/guile/app/gwave/visiblewave-ops.scm
|
share/guile/app/gwave/visiblewave-ops.scm
|
||||||
share/guile/app/gwave/gwave-startup.scm
|
share/guile/app/gwave/gwave-startup.scm
|
||||||
|
share/guile/app/gwave/export-gnugraph.scm
|
||||||
|
share/guile/app/gwave/export-gnuplot.scm
|
||||||
|
share/guile/app/gwave/export.scm
|
||||||
|
share/guile/app/gwave/gtk-helpers.scm
|
||||||
|
share/guile/app/gwave/utils.scm
|
||||||
@dirrm share/guile/app/gwave
|
@dirrm share/guile/app/gwave
|
||||||
@unexec rmdir %D/share/guile/app 2>/dev/null || true
|
@unexec rmdir %D/share/guile/app 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue