freebsd-ports/graphics/landscape/Makefile
Pav Lucistnik 5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00

32 lines
764 B
Makefile

# New ports collection makefile for: landscape
# Date created: 1 May 2001
# Whom: jon@witchspace.com
#
# $FreeBSD$
#
PORTNAME= landscape
PORTVERSION= 0.7
PORTREVISION= 5
CATEGORIES= graphics kde
MASTER_SITES= http://www.witchspace.com/files/
MAINTAINER= jon@witchspace.com
COMMENT= A program for generating and rendering fractal landscapes
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
PLIST_FILES= bin/landscape
USE_KDELIBS_VER= 3
QTDIR?= ${QT_PREFIX}
MAKE_ENV= QTDIR="${QTDIR}"
pre-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
-spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ landscape.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin
.include <bsd.port.mk>