diff options
author | rh <rh@pkgsrc.org> | 2000-01-02 23:09:49 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-02 23:09:49 +0000 |
commit | 05ba44a75e7a64a9a39b07ba12a32425020890e3 (patch) | |
tree | 493ed3c7cf52303dac7dca7e804eda4c7ef1d299 /cad/geda/Makefile | |
parent | a9040c1529b1909ff9c0e5bad36e21f4892c2dcb (diff) | |
download | pkgsrc-05ba44a75e7a64a9a39b07ba12a32425020890e3.tar.gz |
Update geda to 19991011. Changes are tons of bugfixes and feature
enhancements. Most notably, gEDA was split into several independent
modules, using a common library 'libgeda'. These modules are now separate
packages with geda now becoming a meta package.
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 6d29b01ccc1..27b61cb56a4 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,20 +1,29 @@ -# $NetBSD: Makefile,v 1.11 1999/10/24 16:43:08 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/01/02 23:09:49 rh Exp $ # -DISTNAME= gEDA-19990516 +DISTNAME= gEDA-${PKGVERSION} CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ - http://www.geda.seul.org/dist/ \ - http://www.geda.coelacanth.com/dist/ +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.geda.seul.org/ -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= guile-1.3.2:../../lang/guile +DEPENDS+= gschem-${PKGVERSION}:../../cad/gschem +DEPENDS+= gnetlist-${PKGVERSION}:../../cad/gnetlist +DEPENDS+= gsymcheck-${PKGVERSION}:../../cad/gsymcheck +DEPENDS+= geda-utils-${PKGVERSION}:../../cad/geda-utils +DEPENDS+= geda-docs-${PKGVERSION}:../../cad/geda-docs -GNU_CONFIGURE= yes USE_X11BASE= yes -USE_LIBTOOL= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +PKGVERSION= 19991011 + +do-install: # empty .include "../../mk/bsd.pkg.mk" |