1998-04-10 05:00:51 +00:00
|
|
|
# New ports collection makefile for: xgfe
|
|
|
|
# Date created: 24 March 1998
|
|
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-04-10 05:00:51 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= xgfe
|
|
|
|
PORTVERSION= 2.0
|
|
|
|
CATEGORIES= math
|
2000-06-14 05:44:53 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= mph
|
1998-04-10 05:00:51 +00:00
|
|
|
|
1998-04-18 00:08:43 +00:00
|
|
|
MAINTAINER= mph@freebsd.org
|
1998-04-10 05:00:51 +00:00
|
|
|
|
1999-09-11 00:46:39 +00:00
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
1998-04-10 05:00:51 +00:00
|
|
|
|
1998-08-12 06:29:36 +00:00
|
|
|
USE_QT= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-04-10 05:00:51 +00:00
|
|
|
|
|
|
|
MAKE_ENV= X11BASE=$(X11BASE) PREFIX=$(PREFIX)
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV+= NOPORTDOCS=$(NOPORTDOCS)
|
|
|
|
.endif
|
|
|
|
|
|
|
|
WRKSRC= $(WRKDIR)/$(DISTNAME)/source
|
|
|
|
|
|
|
|
post-extract:
|
1998-04-12 01:06:00 +00:00
|
|
|
cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd-gcc Makefile
|
1998-04-10 05:00:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|