blob: 37d5526c214f76aca7fd3174fb5ec43fda2ea2ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gdcalc
# Date created: 2002-06-29
# Whom: Jan Srocker <Jan.Stocker@t-online.de>
#
# $FreeBSD$
#
PORTNAME= gdcalc
PORTVERSION= 2.13
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= Jan.Stocker@t-online.de
COMMENT= Gnome-based scientific calculator
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
USE_GNOME= gnomelibs
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|