diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-14 05:39:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-14 05:39:40 +0800 |
commit | 3bd1830527137ceaf82936662e2c1749b278b3cd (patch) | |
tree | c49d6b8e884f7d45b6d49b8579bf14c5dc312572 /cad/Makefile | |
parent | c62fdb0e9518e9b264ba0d4c7efe8867c75d0089 (diff) | |
download | freebsd-ports-gnome-3bd1830527137ceaf82936662e2c1749b278b3cd.tar.gz freebsd-ports-gnome-3bd1830527137ceaf82936662e2c1749b278b3cd.tar.zst freebsd-ports-gnome-3bd1830527137ceaf82936662e2c1749b278b3cd.zip |
LDraw is an open standard for LEGO CAD programs that allow the user to create
virtual LEGO models and scenes. You can use it to document models you have
physically built, create building instructions just like LEGO, render 3D photo
realistic images of your virtual models and even make animations.
The possibilities are endless. Unlike real LEGO bricks where you are limited by
the number of parts and colors, in LDraw nothing is impossible.
WWW: http://www.ldraw.org/
PR: ports/174901
Submitted by: nemysis@gmx.ch
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index aad1e3260874..12bed9779188 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -52,6 +52,7 @@ SUBDIR += kicad-library SUBDIR += klayout SUBDIR += layouteditor + SUBDIR += ldraw SUBDIR += leocad SUBDIR += libgeda SUBDIR += librecad |