freebsd-ports/graphics/landscape/Makefile
Mark Linimon f9799ba53e Update to 0.7. Refactored codebase and adds doxygen-based documentation.
PR:		ports/59834
Submitted by:	Jonathan Belson <jon@witchspace.com> (author/maintainer)
2003-12-15 01:39:36 +00:00

28 lines
634 B
Makefile

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