freebsd-ports/graphics/landscape/Makefile
Ion-Mihai Tetcu a424fa30a6 Update MASTERSITES thus making the port fetchable again.
Submitted by:	maintainer (private mail)
Reported by:	QAT
2010-04-03 17:47:11 +00:00

32 lines
745 B
Makefile

# New ports collection makefile for: landscape
# Date created: 1 May 2001
# Whom: jon@witchspace.com
#
# $FreeBSD$
#
PORTNAME= landscape
PORTVERSION= 0.7
PORTREVISION= 11
CATEGORIES= graphics kde
MASTER_SITES= http://homepage.ntlworld.com/jon.belson/files/
MAINTAINER= jon@witchspace.com
COMMENT= A program for generating and rendering fractal landscapes
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_GL= glut
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>