freebsd-ports/graphics/glosm/Makefile

35 lines
721 B
Makefile
Raw Normal View History

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= glosm
2011-02-27 16:26:30 +01:00
PORTVERSION= 0.0.2
2012-06-01 07:26:28 +02:00
PORTREVISION= 2
CATEGORIES= graphics geography
2011-02-27 16:26:30 +01:00
MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/glosm/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= 3D OpenGL renderer for OpenStreetMap
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libexpat.so:${PORTSDIR}/textproc/expat2
2014-05-07 19:02:36 +02:00
USES= tar:bzip2 cmake
2011-02-27 16:26:30 +01:00
USE_GL= gl
USE_SDL= sdl
2011-02-27 16:26:30 +01:00
PORTDOCS= README ChangeLog
OPTIONS_DEFINE= DOCS
regression-test:
cd ${BUILD_WRKSRC} && ctest
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>