1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/simgear/Makefile

29 lines
834 B
Makefile

# $FreeBSD$
PORTNAME= simgear
PORTVERSION= 2.12.1
CATEGORIES= devel games
MASTER_SITES= http://mirrors.ibiblio.org/simgear/ftp/Source/ \
ftp://ftp.de.flightgear.org/pub/simgear/Source/ \
ftp://goflyflightgear.com/simgear/Source/ \
ftp://flightgear.wo0t.de/simgear-ftp/ftp/Source/
MAINTAINER= martymac@FreeBSD.org
COMMENT= A toolkit for 3D games and simulations
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
libosg.so:${PORTSDIR}/graphics/osg
USE_BZIP2= yes
USE_XORG= ice sm x11 xext xi xt xmu
USE_GL= gl glu glut
USES= cmake openal:al,alut
CMAKE_ARGS+= -DJPEG_FACTORY:BOOL=ON
.include <bsd.port.mk>