aboutsummaryrefslogtreecommitdiff
path: root/math/calcoo/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-01-19 16:26:01 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-01-19 16:26:01 +0000
commite90c4b51fa45458d4fb94159bd60dacc765092d7 (patch)
tree49d9c3ab8790aa49615b0ae7c625b90f75a5653b /math/calcoo/Makefile
parent55bb75388c538dcf7d45cb3e9892c48e99570895 (diff)
downloadports-e90c4b51fa45458d4fb94159bd60dacc765092d7.tar.gz
ports-e90c4b51fa45458d4fb94159bd60dacc765092d7.zip
Notes
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r--math/calcoo/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile
new file mode 100644
index 000000000000..1da78c64b248
--- /dev/null
+++ b/math/calcoo/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: calcoo
+# Date created: 2002-01-17
+# Whom: Christian Weisgerber <naddy@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= calcoo
+PORTVERSION= 1.3.4
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.physics.umn.edu/~kaminski/calcoo/
+MASTER_SITE_SUBDIR= calcoo
+
+MAINTAINER= naddy@FreeBSD.org
+
+USE_GTK= yes
+GNU_CONFIGURE= yes
+
+MAN1= calcoo.1
+
+.include <bsd.port.mk>