-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Important changes are: - Now uses gtk+-1.2.2 - A bunch of bug fixes. - Added a coordinate window to gschem - Integration of contributed symbols. - Latest Jerry O'Keefe's gmk_sym integrated - Mike Jarabek's verilog gnetlist backend integrated - Jamil Khatib's latest gschcheck
- Loading branch information
rh
committed
May 21, 1999
1 parent
1f50486
commit f9d1c98
Showing
3 changed files
with
81 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.7 1999/03/28 21:22:23 rh Exp $ | ||
# $NetBSD: Makefile,v 1.8 1999/05/21 13:27:24 rh Exp $ | ||
# | ||
|
||
DISTNAME= gEDA-19990327 | ||
DISTNAME= gEDA-19990516 | ||
CATEGORIES= cad | ||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ | ||
http://www.geda.seul.org/dist/ \ | ||
|
@@ -10,12 +10,11 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.geda.seul.org/ | ||
|
||
DEPENDS+= gtk10-1.0.6:../../x11/gtk10 | ||
DEPENDS+= gtk+-1.2.2:../../x11/gtk | ||
DEPENDS+= guile-1.3:../../lang/guile | ||
|
||
GNU_CONFIGURE= yes | ||
USE_X11BASE= yes | ||
USE_LIBTOOL= yes | ||
CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk10-config | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$NetBSD: md5,v 1.5 1999/03/28 21:22:23 rh Exp $ | ||
$NetBSD: md5,v 1.6 1999/05/21 13:27:24 rh Exp $ | ||
|
||
MD5 (gEDA-19990327.tar.gz) = 0eefb9e569ec3b4f9dbda3630c239442 | ||
MD5 (gEDA-19990516.tar.gz) = 1bccefa31b12b221dba478ebd1b4b62a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters