diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-13 21:55:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-13 21:55:48 +0000 |
commit | 7e21293ece09597b437f3c642aa4fa2fb2ea2bc8 (patch) | |
tree | 17e5f71f2eaa31cede303ab0971ada8341fd450b /graphics/landscape | |
parent | add gexpr (diff) |
Add whitespaces to fix formatting
Delete USE_QT_VER= 2 as its implied
Bump PORTREVISION because tar was rerolled, maintainer is author.
Fix typo in pkg-descr
PR: 27942
Submitted by: maintainer
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=43962
Diffstat (limited to 'graphics/landscape')
-rw-r--r-- | graphics/landscape/Makefile | 23 | ||||
-rw-r--r-- | graphics/landscape/distinfo | 2 | ||||
-rw-r--r-- | graphics/landscape/pkg-descr | 2 |
3 files changed, 15 insertions, 12 deletions
diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile index e91702c7b1df..84460a7bd21f 100644 --- a/graphics/landscape/Makefile +++ b/graphics/landscape/Makefile @@ -1,24 +1,27 @@ # New ports collection makefile for: landscape -# Date created: 1 May 2001 -# Whom: Jonathan Belson <jon@witchspace.com> +# Date created: 1 May 2001 +# Whom: jon@witchspace.com # # $FreeBSD$ # -PORTNAME= landscape -PORTVERSION= 0.5.1 -CATEGORIES= graphics kde -MASTER_SITES= http://www.dookie.demon.co.uk/ +PORTNAME= landscape +PORTVERSION= 0.5.1 +PORTREVISION= 1 +CATEGORIES= graphics kde +MASTER_SITES= http://www.dookie.demon.co.uk/ -MAINTAINER= jon@witchspace.com +MAINTAINER= jon@witchspace.com -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth -USE_MESA= yes -USE_QT_VER= 2 +USE_MESA= yes USE_KDELIBS_VER= 2 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin +post-install: + strip ${PREFIX}/bin/landscape + .include <bsd.port.mk> diff --git a/graphics/landscape/distinfo b/graphics/landscape/distinfo index 63695bc87ff5..c9d705fcc16b 100644 --- a/graphics/landscape/distinfo +++ b/graphics/landscape/distinfo @@ -1 +1 @@ -MD5 (landscape-0.5.1.tar.gz) = fab8bd267bd2b61ce00a92f9e6188731 +MD5 (landscape-0.5.1.tar.gz) = 948510f4f00aed0e151107d216787709 diff --git a/graphics/landscape/pkg-descr b/graphics/landscape/pkg-descr index 1508f58cd2b0..428e83b67016 100644 --- a/graphics/landscape/pkg-descr +++ b/graphics/landscape/pkg-descr @@ -1,6 +1,6 @@ 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. +as an OpenGL preview of the final render. WWW: http://www.witchspace.com |