mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
458 B
Makefile
25 lines
458 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+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:math/units
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS+= -lm
|
|
|
|
.include <bsd.port.mk>
|