freebsd-ports/math/xgfe/Makefile

31 lines
681 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgfe
1998-06-10 15:12:49 -04:00
# Version required: 2.0
# Date created: 24 March 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.9 1999/03/08 00:18:18 mph Exp $
#
DISTNAME= xgfe-2.0
CATEGORIES= math
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/
1998-04-17 20:08:43 -04: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>