090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
23 lines
559 B
Makefile
23 lines
559 B
Makefile
# New ports collection makefile for: gdcalc
|
|
# Date created: 2002-06-29
|
|
# Whom: 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= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Gnome-based scientific calculator
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units
|
|
|
|
USE_GNOME= gnomelibs gnomehier libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|