1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/xgfe/Makefile
Matthew Hunt e5c1c88901 Update MASTER_SITE.
Pointed out by:	Bill Fenner's distfile survey.
1998-11-08 20:27:52 +00:00

31 lines
686 B
Makefile

# New ports collection makefile for: xgfe
# Version required: 2.0
# Date created: 24 March 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.7 1998/08/12 06:29:30 asami Exp $
#
DISTNAME= xgfe-2.0
CATEGORIES= math
MASTER_SITES= http://jasper.he.net/~dmishee/xgfe/download/
MAINTAINER= mph@freebsd.org
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_QT= yes
USE_X_PREFIX= 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>