diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 12:42:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 12:42:01 +0000 |
commit | 8b0b900c6c1ec15bf2ff83a7a87f940f3d2fe09d (patch) | |
tree | 43420690a2764dd97a4617914c365f9764b089fc /graphics | |
parent | upgrade to 2.00 (diff) |
upgrade to 2.6
PR: 45436
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70579
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmountains/Makefile | 4 | ||||
-rw-r--r-- | graphics/xmountains/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmountains/files/patch-aa | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 3c4b54d9a443..b266b23a3883 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xmountains -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= graphics MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo index e921994bd5a1..435e445f4cee 100644 --- a/graphics/xmountains/distinfo +++ b/graphics/xmountains/distinfo @@ -1 +1 @@ -MD5 (xmountains_2.5.tar.gz) = 38561473f6298a7bb8d1a8234cbc5d3b +MD5 (xmountains_2.6.tar.gz) = 2ae9919290bf38bac8da870f3b06a5c7 diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa index 0e1d5fcca969..7db3b9b82f45 100644 --- a/graphics/xmountains/files/patch-aa +++ b/graphics/xmountains/files/patch-aa @@ -1,13 +1,13 @@ ---- Imakefile.orig Wed Sep 11 22:40:57 1996 -+++ Imakefile Thu Aug 10 22:44:57 2000 +--- Imakefile.orig Fri Mar 30 21:47:58 2001 ++++ Imakefile Sat Nov 9 15:28:34 2002 @@ -1,9 +1,10 @@ -LOCAL_LIBRARIES = -lX11 - SYS_LIBRARIES = -lm +LOCAL_LIBRARIES = $(XLIB) + SYS_LIBRARIES = MathLibrary - SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c - OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o - HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h + SRCS = calcalt.c random.c artist.c xmountains.c X_graphics.c print_alg.c + OBJS = calcalt.o random.o artist.o xmountains.o X_graphics.o print_alg.o + HDRS = crinkle.h paint.h patchlevel.h copyright.h vroot.h SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt + MANSUFFIX = 6 ComplexProgramTarget(xmountains) |