mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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
4 changed files with 11 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: xgfe
|
# New ports collection makefile for: xgfe
|
||||||
# Version required: 1.2
|
# Version required: 1.3
|
||||||
# Date created: 24 March 1998
|
# Date created: 24 March 1998
|
||||||
# Whom: Matthew Hunt <mph@pobox.com>
|
# 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
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/
|
MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@ MAKE_ENV+= NOPORTDOCS=$(NOPORTDOCS)
|
||||||
WRKSRC= $(WRKDIR)/$(DISTNAME)/source
|
WRKSRC= $(WRKDIR)/$(DISTNAME)/source
|
||||||
|
|
||||||
post-extract:
|
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>
|
.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.orig Sat Mar 21 21:04:38 1998
|
||||||
+++ Makefile.freebsd.gcc Tue Mar 24 13:17:49 1998
|
+++ Makefile.freebsd-gcc Fri Apr 10 13:28:16 1998
|
||||||
@@ -7,12 +7,13 @@
|
@@ -7,12 +7,13 @@
|
||||||
|
|
||||||
####### Compiler, tools and options
|
####### Compiler, tools and options
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
MOC = moc
|
MOC = moc
|
||||||
|
|
||||||
####### Files
|
####### Files
|
||||||
@@ -115,16 +116,16 @@
|
@@ -161,16 +162,16 @@
|
||||||
.SUFFIXES: .cpp .cxx .cc .C .c
|
.SUFFIXES: .cpp .cxx .cc .C .c
|
||||||
|
|
||||||
.cpp.o:
|
.cpp.o:
|
||||||
|
|
|
@ -2,12 +2,15 @@ bin/xgfe
|
||||||
share/doc/xgfe/CHANGES
|
share/doc/xgfe/CHANGES
|
||||||
share/doc/xgfe/features.html
|
share/doc/xgfe/features.html
|
||||||
share/doc/xgfe/file-cols-formats.gif
|
share/doc/xgfe/file-cols-formats.gif
|
||||||
|
share/doc/xgfe/filelegendtitle.gif
|
||||||
share/doc/xgfe/filemenu.gif
|
share/doc/xgfe/filemenu.gif
|
||||||
share/doc/xgfe/fileplottypes.gif
|
share/doc/xgfe/fileplottypes.gif
|
||||||
share/doc/xgfe/filestyles.gif
|
share/doc/xgfe/filestyles.gif
|
||||||
share/doc/xgfe/latexterm.gif
|
share/doc/xgfe/latexterm.gif
|
||||||
share/doc/xgfe/legend-options.gif
|
share/doc/xgfe/legend-options.gif
|
||||||
share/doc/xgfe/mainwindow.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/open.gif
|
||||||
share/doc/xgfe/optionsmenu.gif
|
share/doc/xgfe/optionsmenu.gif
|
||||||
share/doc/xgfe/pbmterm.gif
|
share/doc/xgfe/pbmterm.gif
|
||||||
|
|
Loading…
Add table
Reference in a new issue