1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/gdcalc/Makefile
2014-12-21 00:32:19 +00:00

25 lines
480 B
Makefile

# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
PORTNAME= gdcalc
PORTVERSION= 2.15
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome-based scientific calculator
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
USES= pkgconfig
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.mk>