freebsd-ports/math/gdcalc/Makefile

22 lines
507 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
# $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $
PORTNAME= gdcalc
PORTVERSION= 2.15
2012-06-01 07:26:28 +02:00
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= araujo@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= Gnome-based scientific calculator
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
2013-09-03 14:13:23 +02:00
USES= pkgconfig
USE_GNOME= gnomehier libgnomeui
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>