1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/xgfe/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

31 lines
714 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.4 1998/06/10 19:12:47 mph Exp $
#
DISTNAME= xgfe-2.0
CATEGORIES= math
MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/
MAINTAINER= mph@freebsd.org
LIB_DEPENDS= qt\\.1\\.3:${PORTSDIR}/x11/qt
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
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>