1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/gdcalc/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

22 lines
506 B
Makefile

# 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
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome-based scientific calculator
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
USES= pkgconfig
USE_GNOME= gnomehier libgnomeui
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>