summaryrefslogtreecommitdiff
path: root/cad/electric/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-03-13 01:39:18 +0000
committerdmcmahill <dmcmahill>2002-03-13 01:39:18 +0000
commit27c7bf8be77e2f2646d965b7beac9a72ecdc9bc8 (patch)
treedcf190e73aba3e4357e69e15c46b977302c150c5 /cad/electric/Makefile
parent78e5b356df5a4f02f8c267f0cda03147aa662e8f (diff)
downloadpkgsrc-27c7bf8be77e2f2646d965b7beac9a72ecdc9bc8.tar.gz
Import electric-6.05
----- Electric is a sophisticated electrical CAD system that can handle many forms of circuit design, including: Custom IC layout (ASICs), Schematic drawing, Hardware description language specifications, Electro-mechanical hybrid layout Electric has these CAD operations: Design rule checking (3 options), Electrical rule checking, Simulation and simulation interface (12 options), Generation (3 options), Compaction, Compensation, Routing (4 options), VHDL compilation, Silicon compilation, Network consistency checking (LVS), Logical Effort analysis, Project Management Electric handles these types of design: MOS (6 CMOS variations, 1 nMOS variation), Bipolar and BiCMOS, Schematics and printed circuits, Digital filters, Temporal logic, Artwork Electric handles these file formats: CIF I/O, GDS I/O, EDIF I/O, DXF I/O, SDF Input, SUE Input, VHDL I/O, Verilog Output, EAGLE, PADS, and ECAD Output, PostScript, HPGL, and QuickDraw output
Diffstat (limited to 'cad/electric/Makefile')
-rw-r--r--cad/electric/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile
new file mode 100644
index 00000000000..2f1dde93b4d
--- /dev/null
+++ b/cad/electric/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/13 01:39:18 dmcmahill Exp $
+#
+
+DISTNAME= electric-6.05
+CATEGORIES= cad
+MASTER_SITES= ${MASTER_SITE_GNU:=electric/}
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/electric/electric.html
+COMMENT= Electrical CAD system
+
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+
+post-patch:
+ ${MV} ${WRKSRC}/src/include/config.h ${WRKSRC}/src/include/config.h.bak
+ ${SED} -e 's;@prefix@;${PREFIX};g' \
+ -e 's;@localbase@;${LOCALBASE};g' \
+ < ${WRKSRC}/src/include/config.h.bak \
+ > ${WRKSRC}/src/include/config.h
+
+post-install:
+ cd ${WRKSRC} && ${ENV} ${MAKE_ENV} ${MAKE_PROGRAM} install.html
+
+.include "../../mk/motif.buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"