mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
34 lines
663 B
Makefile
34 lines
663 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glosm
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= GHC http://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= 3D OpenGL renderer for OpenStreetMap
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
libexpat.so:textproc/expat2
|
|
|
|
USES= tar:bzip2 cmake
|
|
USE_GL= gl
|
|
USE_SDL= sdl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= AMDmi3
|
|
TEST_TARGET= test
|
|
|
|
PORTDOCS= README ChangeLog
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|