freebsd-ports/graphics/rigsofrods-pagedgeometry/Makefile
Jan Beich f86fb72b89 graphics/rigsofrods-pagedgeometry: drop dialog(1) workaround after r411569
r411569 only helps LICENSE_COMB=single ports as dialog(1) doesn't trip
up on CRs embedded in a text on command line as opposed in a file.
2016-03-21 18:47:09 +00:00

30 lines
656 B
Makefile

# Created by: Thibault Payet <monwarez@mailoo.org>
# $FreeBSD$
PORTNAME= rigsofrods-pagedgeometry
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= monwarez@mailoo.org
COMMENT= OGRE plugin for real-time dense forests
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/zlib.txt
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
GH_PROJECT= ogre-pagedgeometry
USES= cmake dos2unix pathfix pkgconfig
DOS2UNIX_GLOB= *.cpp *.h *.txt
CMAKE_ARGS= -DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>