1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Update to 2.8

PR:		138817
Submitted by:	Ports Fury
Feature safe: 	yes
This commit is contained in:
Martin Wilke 2009-09-16 14:27:12 +00:00
parent 4e80e27d2a
commit 53fc4496e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241520
3 changed files with 20 additions and 26 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= xmountains
PORTVERSION= 2.7
PORTREVISION= 1
PORTVERSION= 2.8
CATEGORIES= graphics
MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/ \
GENTOO/distfiles
MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@ -18,9 +16,20 @@ COMMENT= X11 based fractal landscape generator
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= xbitmaps x11 xext
MAN6= xmountains.6
PLIST_FILES= bin/xmountains
USE_XORG= xbitmaps x11
MAKEFILE= Makefile.alt
ALL_TARGET= ${PORTNAME}
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN6= ${PORTNAME}.6
PLIST_FILES= bin/${PORTNAME}
post-extract:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xmountains_2.7.tar.gz) = 871c43cc065b20a42b9da3e8ecaa5293
SHA256 (xmountains_2.7.tar.gz) = acd280b909e043004f8cfbec3be36ad127674ee7e99c25089c876c2278f80966
SIZE (xmountains_2.7.tar.gz) = 27616
MD5 (xmountains_2.8.tar.gz) = e5d55515315227f7849f62e449601fb8
SHA256 (xmountains_2.8.tar.gz) = 2c9e49ea6802dcb6c8b47415d3a454363218baa6c0636ccc25c996222c138725
SIZE (xmountains_2.8.tar.gz) = 27985

View File

@ -1,15 +0,0 @@
--- 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 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)