diff options
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 21 |
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> |