summaryrefslogtreecommitdiff
path: root/math/tvmet/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 08:12:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 08:12:48 +0000
commit29c6ea4cac0ae2881206a849b46b4d2a87630798 (patch)
treef27b67b902a97d516be3149200e6a51d99f00ab2 /math/tvmet/Makefile
parentadd parrot 0.2.6 (diff)
add tvmet 0.4.0
Tiny Vector and Matrix template library
Diffstat (limited to 'math/tvmet/Makefile')
-rw-r--r--math/tvmet/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile
new file mode 100644
index 000000000000..a30908b16f5b
--- /dev/null
+++ b/math/tvmet/Makefile
@@ -0,0 +1,19 @@
+# ex:ts=8
+# Ports collection makefile for: tvmet
+# Date created: Jul 25, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= tvmet
+PORTVERSION= 0.4.0
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>