2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
|
2002-07-12 21:34:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gdcalc
|
2007-01-19 07:03:28 +01:00
|
|
|
PORTVERSION= 2.15
|
2014-12-21 01:32:19 +01:00
|
|
|
PORTREVISION= 7
|
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
|
|
|
|
2013-11-29 08:37:52 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Gnome-based scientific calculator
|
2002-07-12 21:34:04 +02:00
|
|
|
|
2014-10-14 13:03:16 +02:00
|
|
|
LICENSE= GPLv2 # or later
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2002-07-12 21:34:04 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
|
|
|
|
|
2013-09-03 14:13:23 +02:00
|
|
|
USES= pkgconfig
|
2014-12-21 01:32:19 +01:00
|
|
|
USE_GNOME= libgnomeui
|
2002-07-12 21:34:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-02-05 21:27:57 +01:00
|
|
|
LDFLAGS+= -lm
|
|
|
|
|
2002-07-12 21:34:04 +02:00
|
|
|
.include <bsd.port.mk>
|