1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/gdcalc/Makefile

25 lines
458 B
Makefile
Raw Normal View History

2013-09-03 12:13:23 +00:00
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
PORTNAME= gdcalc
PORTVERSION= 2.15
2014-12-21 00:32:19 +00:00
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:51:06 +00:00
COMMENT= Gnome-based scientific calculator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:math/units
2013-09-03 12:13:23 +00:00
USES= pkgconfig
2014-12-21 00:32:19 +00:00
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.mk>