summaryrefslogtreecommitdiff
path: root/cad/freehdl/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-01-22 17:14:33 +0000
committerdrochner <drochner@pkgsrc.org>2010-01-22 17:14:33 +0000
commit6ae9211e472a02d3057a5434d89ca68110392c11 (patch)
tree2e7d0c12922ed8d0e0b2cb6493e9d2695418dc01 /cad/freehdl/Makefile
parent3265caa84a2da8fd6529b22f340399a03ab00a80 (diff)
downloadpkgsrc-6ae9211e472a02d3057a5434d89ca68110392c11.tar.gz
add freehdl-0.0.7, a VHDL simulator
(somewhat limited, but generally useable; I'm having problems with importing symbols from other vhdl files in the same directory, but this can be worked around with a "v2cc.libs" file)
Diffstat (limited to 'cad/freehdl/Makefile')
-rw-r--r--cad/freehdl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile
new file mode 100644
index 00000000000..64086934aed
--- /dev/null
+++ b/cad/freehdl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/22 17:14:33 drochner Exp $
+#
+
+DISTNAME= freehdl-0.0.7
+CATEGORIES= cad
+MASTER_SITES= http://seul.org/~enaroska/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.freehdl.seul.org/
+COMMENT= VHDL simulator
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake perl:run
+INFO_FILES= yes
+REPLACE_PERL+= freehdl/gvhdl.in
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../mk/bsd.pkg.mk"