2002-07-12 21:34:04 +02:00
|
|
|
# New ports collection makefile for: gdcalc
|
|
|
|
# Date created: 2002-06-29
|
|
|
|
# Whom: Jan Srocker <Jan.Stocker@t-online.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $
|
2002-07-12 21:34:04 +02:00
|
|
|
|
|
|
|
PORTNAME= gdcalc
|
2007-01-19 07:03:28 +01:00
|
|
|
PORTVERSION= 2.15
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2002-07-12 21:34:04 +02:00
|
|
|
CATEGORIES= math
|
2003-01-02 16:23:54 +01:00
|
|
|
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
|
2002-07-12 21:34:04 +02:00
|
|
|
|
2007-06-29 18:29:19 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Gnome-based scientific calculator
|
2002-07-12 21:34:04 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
|
|
|
|
|
2011-03-19 19:59:16 +01:00
|
|
|
USE_GNOME= gnomehier libgnomeui
|
2002-07-12 21:34:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|