diff options
Diffstat (limited to 'math/gdcalc/Makefile')
-rw-r--r-- | math/gdcalc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/gdcalc/Makefile b/math/gdcalc/Makefile new file mode 100644 index 000000000000..f1bd602384fc --- /dev/null +++ b/math/gdcalc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gdcalc +# Date created: 2002-06-29 +# Whom: Jan Srocker <Jan.Stocker@t-online.de> +# +# $FreeBSD$ +# + +PORTNAME= gdcalc +PORTVERSION= 2.12 +CATEGORIES= math +MASTER_SITES= http://sedumi.freeshell.org/unix/ + +MAINTAINER= Jan.Stocker@t-online.de + +RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units + +USE_GNOMENG= yes +USE_GNOME= gnomelibs +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |