1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
---|
2 | c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
3 | # $Id: Portfile 30634 2007-11-01 17:32:35Z markd@macports.org $ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name qucs |
---|
8 | version 0.0.13 |
---|
9 | categories science electronics |
---|
10 | maintainers rowue@digitalis.org |
---|
11 | platforms darwin |
---|
12 | description an integrated circuit simulator |
---|
13 | long_description Qucs is an integrated circuit simulator. \ |
---|
14 | You can setup an circut with graphical user interface. \ |
---|
15 | It's based on QT |
---|
16 | homepage http://qucs.sourceforge.net/ |
---|
17 | master_sites sourceforge |
---|
18 | checksums md5 9ad47f6035b65b806320304485fd4860 \ |
---|
19 | sha1 08b0385a5eff0d01735f33f38050787aa0133217 \ |
---|
20 | rmd160 042fca1ac6de8b6de41bb8d8c58d8a94a26e2dee |
---|
21 | depends_lib port:qt3 \ |
---|
22 | port:freehdl |
---|
23 | configure.env QTDIR="${prefix}/lib/qt3" |
---|