summaryrefslogtreecommitdiff
path: root/math/gretl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r--math/gretl/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
deleted file mode 100644
index 75d0c8303836..000000000000
--- a/math/gretl/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: gretl
-# Date created: Mar 22, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= gretl
-PORTVERSION= 1.3.0
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gnu Regression, Econometrics and Time-series Library
-
-BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \
- gmp.6:${PORTSDIR}/math/libgmp4
-RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-WANT_GNOME= yes
-USE_GNOME= gnometarget gtk20 libxml2
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake
-ALL_TARGET= # empty
-INSTALLS_SHLIB= yes
-
-MAN1= gretl.1 gretl-config.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= "math/lapack appears to be broken on alpha"
-.endif
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-PKGNAMESUFFIX= -gnome
-USE_GNOME+= gnomeprefix gtksourceview libgnomeui
-INSTALLS_OMF= yes
-GCONF_SCHEMAS= gretl.schemas
-DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
-.else
-CONFIGURE_ARGS+= --without-gnome --without-gtksourceview
-.endif
-
-.include <bsd.port.post.mk>