Update to 1.3.
PR: ports/6265 Submitted by: Matthew Hunt
This commit is contained in:
parent
6d526edd43
commit
adaa0335e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10484
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: xgfe
|
||||
# Version required: 1.2
|
||||
# Version required: 1.3
|
||||
# Date created: 24 March 1998
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/04/10 05:00:51 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xgfe-1.2
|
||||
DISTNAME= xgfe-1.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/
|
||||
|
||||
@ -25,6 +25,6 @@ MAKE_ENV+= NOPORTDOCS=$(NOPORTDOCS)
|
||||
WRKSRC= $(WRKDIR)/$(DISTNAME)/source
|
||||
|
||||
post-extract:
|
||||
cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd.gcc Makefile
|
||||
cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd-gcc Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xgfe-1.2.tar.gz) = 1bc6e169ebfaf3ef6370919e49a7b7a9
|
||||
MD5 (xgfe-1.3.tar.gz) = c87a898ef9d12e1b7c11ad10f021d87d
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.freebsd.gcc.orig Mon Feb 23 17:31:22 1998
|
||||
+++ Makefile.freebsd.gcc Tue Mar 24 13:17:49 1998
|
||||
--- Makefile.freebsd-gcc.orig Sat Mar 21 21:04:38 1998
|
||||
+++ Makefile.freebsd-gcc Fri Apr 10 13:28:16 1998
|
||||
@@ -7,12 +7,13 @@
|
||||
|
||||
####### Compiler, tools and options
|
||||
@ -19,7 +19,7 @@
|
||||
MOC = moc
|
||||
|
||||
####### Files
|
||||
@@ -115,16 +116,16 @@
|
||||
@@ -161,16 +162,16 @@
|
||||
.SUFFIXES: .cpp .cxx .cc .C .c
|
||||
|
||||
.cpp.o:
|
||||
|
@ -2,12 +2,15 @@ bin/xgfe
|
||||
share/doc/xgfe/CHANGES
|
||||
share/doc/xgfe/features.html
|
||||
share/doc/xgfe/file-cols-formats.gif
|
||||
share/doc/xgfe/filelegendtitle.gif
|
||||
share/doc/xgfe/filemenu.gif
|
||||
share/doc/xgfe/fileplottypes.gif
|
||||
share/doc/xgfe/filestyles.gif
|
||||
share/doc/xgfe/latexterm.gif
|
||||
share/doc/xgfe/legend-options.gif
|
||||
share/doc/xgfe/mainwindow.gif
|
||||
share/doc/xgfe/multi-files.gif
|
||||
share/doc/xgfe/multi-funcs.gif
|
||||
share/doc/xgfe/open.gif
|
||||
share/doc/xgfe/optionsmenu.gif
|
||||
share/doc/xgfe/pbmterm.gif
|
||||
|
Loading…
Reference in New Issue
Block a user