diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-03 09:08:24 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-03 09:08:24 +0000 |
commit | b6df8fb7509140aeae2a45eb38a7ee2203486a84 (patch) | |
tree | c52a77083cc44269cb560ac2b300d0d1496cdfca /devel/ddd/Makefile | |
parent | 016bbbca5e944714738ee9ce472e5c0add778b0a (diff) | |
download | pkgsrc-b6df8fb7509140aeae2a45eb38a7ee2203486a84.tar.gz |
Update ddd to 3.1.
DDD 3.1 brings Perl support, Python support, data plotting, Undo/Redo,
advanced data exploration, and several more new features and bug fixes.
Diffstat (limited to 'devel/ddd/Makefile')
-rw-r--r-- | devel/ddd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index a49e57dc691..576129ffc5e 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:16:47 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1998/12/03 09:08:24 frueauf Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # -DISTNAME= ddd-2.2.3 +DISTNAME= ddd-3.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://richb-pc.acc.qc.edu/pub/ddd/ \ @@ -10,11 +10,13 @@ MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/ \ ftp://ftp.th-darmstadt.de/pub/programming/tools/ddd/ -MAINTAINER= obrien@NUXI.com +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.tu-bs.de/softech/ddd/ DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= ddd-2.2.3 + USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes |