diff options
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 56ae7a5cb25..995efaaaf87 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/19 23:24:33 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:46:31 wiz Exp $ DISTNAME= xcircuit-2.2.0 CATEGORIES= cad graphics @@ -6,6 +6,7 @@ MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://bach.ece.jhu.edu/~tim/programs/xcircuit/ +COMMENT= Drawing program for X11 (especially for circuits) DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript |