aboutsummaryrefslogtreecommitdiff
path: root/graphics/xtexcad/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-20 05:33:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-20 05:33:02 +0000
commit9937799519be50134f1b0e8530de332290d69af5 (patch)
tree08ad8325d562ed5cfede27076e3b49b0200e41fe /graphics/xtexcad/Makefile
parentdccb6add28db57cba3eb50044d5f20a589ddec84 (diff)
downloadports-9937799519be50134f1b0e8530de332290d69af5.tar.gz
ports-9937799519be50134f1b0e8530de332290d69af5.zip
Notes
Diffstat (limited to 'graphics/xtexcad/Makefile')
-rw-r--r--graphics/xtexcad/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile
new file mode 100644
index 000000000000..d51d28fa8c29
--- /dev/null
+++ b/graphics/xtexcad/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: xtexcad
+# Date created: May 20, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xtexcad
+PORTVERSION= 2.4.1
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
+MASTER_SITE_SUBDIR= graphics/xtexcad
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Simple drawing program enforcing limited slopes and diameters
+
+USE_IMAKE= yes
+
+MAN1= xtexcad.1
+
+.include <bsd.port.mk>