Add landscape 0.5.1, a program for generating and rendering
landscapes. PR: 27236 Submitted by: Jonathan Belson <jon@witchspace.com>
This commit is contained in:
parent
847c099094
commit
47394ad493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42675
@ -106,6 +106,7 @@
|
||||
SUBDIR += kdegraphics2
|
||||
SUBDIR += killustrator
|
||||
SUBDIR += kplot3d
|
||||
SUBDIR += landscape
|
||||
SUBDIR += lcms
|
||||
SUBDIR += leafpak
|
||||
SUBDIR += lfview
|
||||
|
24
graphics/landscape/Makefile
Normal file
24
graphics/landscape/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: landscape
|
||||
# Date created: 1 May 2001
|
||||
# Whom: Jonathan Belson <jon@witchspace.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= landscape
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= http://www.dookie.demon.co.uk/
|
||||
|
||||
MAINTAINER= jon@witchspace.com
|
||||
|
||||
LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth
|
||||
|
||||
USE_MESA= yes
|
||||
USE_QT_VER= 2
|
||||
USE_KDELIBS_VER= 2
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/landscape/distinfo
Normal file
1
graphics/landscape/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (landscape-0.5.1.tar.gz) = fab8bd267bd2b61ce00a92f9e6188731
|
1
graphics/landscape/pkg-comment
Normal file
1
graphics/landscape/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program for generating and rendering landscapes
|
8
graphics/landscape/pkg-descr
Normal file
8
graphics/landscape/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Landscape is a program to create and render fractal landscapes. A
|
||||
choice of different generation algorithms are available, as well
|
||||
as an OpenGL preview or the final render.
|
||||
|
||||
WWW: http://www.witchspace.com
|
||||
|
||||
- J. Belson
|
||||
jon@witchspace.com
|
1
graphics/landscape/pkg-plist
Normal file
1
graphics/landscape/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/landscape
|
Loading…
Reference in New Issue
Block a user