blob: d160fa09f151b8b424a84b8fe8fc8ea3b6f20e93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
PORTNAME= gdcalc
PORTVERSION= 2.15
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome-based scientific calculator
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
USES= pkgconfig
USE_GNOME= gnomehier libgnomeui
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.mk>
|