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