2001-05-17 18:28:42 +02:00
|
|
|
# New ports collection makefile for: landscape
|
2001-06-13 23:55:48 +02:00
|
|
|
# Date created: 1 May 2001
|
|
|
|
# Whom: jon@witchspace.com
|
2001-05-17 18:28:42 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
PORTNAME= landscape
|
2003-01-07 08:01:08 +01:00
|
|
|
PORTVERSION= 0.6
|
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://www.witchspace.com/files/
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
MAINTAINER= jon@witchspace.com
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A program for generating and rendering landscapes
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2003-05-06 23:10:45 +02:00
|
|
|
BROKEN= "Does not compile"
|
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
USE_MESA= yes
|
2002-09-20 17:20:38 +02:00
|
|
|
USE_KDELIBS_VER= 3
|
2003-01-07 08:01:08 +01:00
|
|
|
QTDIR?= ${X11BASE}
|
|
|
|
MAKE_ENV= QTDIR="${QTDIR}"
|
2002-09-20 17:20:38 +02:00
|
|
|
|
2003-01-07 08:01:08 +01:00
|
|
|
pre-build:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
|
2003-02-22 22:10:29 +01:00
|
|
|
-spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ landscape.pro
|
2001-09-11 16:53:54 +02:00
|
|
|
|
2001-05-17 18:28:42 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|