opnsense-ports/graphics/rigsofrods-caelum/Makefile
Franco Fichtner 6289582bd3 */*: sync with upstream
Taken from: FreeBSD
2016-03-21 07:45:01 +01:00

30 lines
632 B
Makefile

# Created by: Thibault Payet <monwarez@mailoo.org>
# $FreeBSD$
PORTNAME= rigsofrods-caelum
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= monwarez@mailoo.org
COMMENT= OGRE plugin for atmospheric effects
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/lgpl.txt
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
GH_PROJECT= ogre-caelum
USES= cmake dos2unix pathfix pkgconfig
CMAKE_ARGS= -DCaelum_BUILD_SAMPLES=FALSE
DOS2UNIX_GLOB= CMake* *.pc.in
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>