1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/xgfe/Makefile

32 lines
630 B
Makefile
Raw Normal View History

# 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$
#
2000-04-14 07:20:58 +00:00
PORTNAME= xgfe
PORTVERSION= 2.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph
1998-04-18 00:08:43 +00:00
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>