mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
de999331ec
* Non-integer powers of negative numbers now yield errors instead of weird results. * The selected angle units are saved now. * Various bug fixes and pixmap cosmetics.
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# New ports collection makefile for: calcoo
|
|
# Date created: 2002-01-17
|
|
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calcoo
|
|
PORTVERSION= 1.3.8
|
|
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>
|