mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
33 lines
764 B
Makefile
33 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= 6
|
|
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>
|