aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/Makefile
blob: d45c254c39962c1953a04d9bee8167e5677cbf9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	xgfe
# Version required:    1.3
# Date created:        24 March 1998
# Whom:                Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.1.1.1 1998/04/10 05:00:51 hoek Exp $
#

DISTNAME=	xgfe-1.3
CATEGORIES=	math
MASTER_SITES=	http://www2.msstate.edu/~dmi1/xgfe/download/

MAINTAINER=	mph@pobox.com

LIB_DEPENDS=	qt\\.1\\.3:${PORTSDIR}/x11/qt
RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot

USE_X11=	yes

MAKE_ENV=	X11BASE=$(X11BASE) PREFIX=$(PREFIX)
.if defined(NOPORTDOCS)
MAKE_ENV+=	NOPORTDOCS=$(NOPORTDOCS)
.endif

WRKSRC=		$(WRKDIR)/$(DISTNAME)/source

post-extract:
	cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd-gcc Makefile

.include <bsd.port.mk>