1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/xgfe/Makefile
Satoshi Asami 7150995546 Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd).  If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
1999-09-10 03:21:52 +00:00

31 lines
642 B
Makefile

# New ports collection makefile for: xgfe
# Version required: 2.0
# Date created: 24 March 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
DISTNAME= xgfe-2.0
CATEGORIES= math
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/
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>