summaryrefslogtreecommitdiff
path: root/cad/dxf2fig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/dxf2fig/Makefile')
-rw-r--r--cad/dxf2fig/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/cad/dxf2fig/Makefile b/cad/dxf2fig/Makefile
new file mode 100644
index 000000000000..ed656c8ebc00
--- /dev/null
+++ b/cad/dxf2fig/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: dxf2fig
+# Date created: Aug 26, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= dxf2fig
+PORTVERSION= 2.07
+CATEGORIES= cad
+MASTER_SITES= http://ta.twi.tudelft.nl/ftp/dv/lemmens/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= DXF to FIG converter
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+PLIST_FILES= bin/dxf2fig
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>