340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
32 lines
730 B
Makefile
32 lines
730 B
Makefile
# New ports collection makefile for: landscape
|
|
# Date created: 1 May 2001
|
|
# Whom: jon@witchspace.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= landscape
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 8
|
|
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
|
|
|
|
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>
|