diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index 9a6bd46b5ec6..92fa4f86eb77 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -1,38 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= glosm PORTVERSION= 0.0.2 PORTREVISION= 2 CATEGORIES= graphics geography 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= png15:${PORTSDIR}/graphics/png \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ + libexpat.so:${PORTSDIR}/textproc/expat2 USE_BZIP2= yes USES= cmake USE_GL= gl USE_SDL= sdl PORTDOCS= README ChangeLog -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=DOCS regression-test: cd ${BUILD_WRKSRC} && ctest post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif .include