1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/graphics/landscape/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

33 lines
762 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?= ${X11BASE}
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>