aboutsummaryrefslogtreecommitdiffstats
path: root/math/calcoo/Makefile
blob: 98f290ac071e125dee9ea865ffd2ee5258080b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    calcoo
# Date created:     2002-01-17
# Whom:         Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   calcoo
PORTVERSION=    1.3.18
PORTREVISION=   6
CATEGORIES= math
MASTER_SITES=   SF

MAINTAINER= naddy@FreeBSD.org
COMMENT=    RPN and algebraic scientific calculator

USE_GNOME=  gtk20
USE_PKGCONFIG=  yes
GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes

MAN1=       calcoo.1

PLIST_FILES=    bin/calcoo

.include <bsd.port.mk>