diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-17 16:28:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-17 16:28:42 +0000 |
commit | 47394ad4937774cfc1df088d954a05533f3f4658 (patch) | |
tree | 1047bee4bd0a8dfe7b692bc5ba7f7be6beaf2ea8 /graphics | |
parent | 847c099094fdf9f6782d24723f1407cdcb7cd97d (diff) | |
download | ports-47394ad4937774cfc1df088d954a05533f3f4658.tar.gz ports-47394ad4937774cfc1df088d954a05533f3f4658.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/landscape/Makefile | 24 | ||||
-rw-r--r-- | graphics/landscape/distinfo | 1 | ||||
-rw-r--r-- | graphics/landscape/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/landscape/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/landscape/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2b505119142f..d9a2544842ad 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -106,6 +106,7 @@ SUBDIR += kdegraphics2 SUBDIR += killustrator SUBDIR += kplot3d + SUBDIR += landscape SUBDIR += lcms SUBDIR += leafpak SUBDIR += lfview diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile new file mode 100644 index 000000000000..e91702c7b1df --- /dev/null +++ b/graphics/landscape/Makefile @@ -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> diff --git a/graphics/landscape/distinfo b/graphics/landscape/distinfo new file mode 100644 index 000000000000..63695bc87ff5 --- /dev/null +++ b/graphics/landscape/distinfo @@ -0,0 +1 @@ +MD5 (landscape-0.5.1.tar.gz) = fab8bd267bd2b61ce00a92f9e6188731 diff --git a/graphics/landscape/pkg-comment b/graphics/landscape/pkg-comment new file mode 100644 index 000000000000..d53263876093 --- /dev/null +++ b/graphics/landscape/pkg-comment @@ -0,0 +1 @@ +A program for generating and rendering landscapes diff --git a/graphics/landscape/pkg-descr b/graphics/landscape/pkg-descr new file mode 100644 index 000000000000..1508f58cd2b0 --- /dev/null +++ b/graphics/landscape/pkg-descr @@ -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 diff --git a/graphics/landscape/pkg-plist b/graphics/landscape/pkg-plist new file mode 100644 index 000000000000..f22e00a3bf17 --- /dev/null +++ b/graphics/landscape/pkg-plist @@ -0,0 +1 @@ +bin/landscape |