summaryrefslogtreecommitdiff
path: root/math/gdcalc/Makefile
blob: 700274986d8a40701f2f2424b0f7c7b0ea130c43 (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
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$

PORTNAME=	gdcalc
PORTVERSION=	2.15
PORTREVISION=	8
CATEGORIES=	math
MASTER_SITES=	http://bhepple.freeshell.org/dcalc/unix/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gnome-based scientific calculator

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${LOCALBASE}/bin/gunits:math/units

USES=		pkgconfig
USE_GNOME=	libgnomeui
GNU_CONFIGURE=	yes

LDFLAGS+=	-lm

.include <bsd.port.mk>