diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-02-27 15:26:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-02-27 15:26:30 +0000 |
commit | 65c6970d706a68a376e94f7249e0291dd393b2f6 (patch) | |
tree | b5a8d46e39c6990d00a4b3b6b5504b6b702b6b51 /graphics | |
parent | c88795d68028ae3291dfbdeab0d89e6b5b4c8dac (diff) | |
download | ports-65c6970d706a68a376e94f7249e0291dd393b2f6.tar.gz ports-65c6970d706a68a376e94f7249e0291dd393b2f6.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glosm/Makefile | 11 | ||||
-rw-r--r-- | graphics/glosm/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index d00be757ab45..e9a0bbf15f5c 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= glosm -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.2 CATEGORIES= graphics geography -MASTER_SITES= http://github.com/downloads/AMDmi3/glosm/ \ +MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/glosm/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org @@ -19,12 +19,11 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_CMAKE= yes -USE_GL= gl glu glut +USE_GL= gl +USE_SDL= sdl MAKE_JOBS_SAFE= yes -PORTDOCS= README - -PLIST_FILES= bin/glosm-tiler bin/glosm-viewer lib/libglosm.so +PORTDOCS= README ChangeLog regression-test: cd ${BUILD_WRKSRC} && ctest diff --git a/graphics/glosm/distinfo b/graphics/glosm/distinfo index 9d873e8ea2ac..f6992f100644 100644 --- a/graphics/glosm/distinfo +++ b/graphics/glosm/distinfo @@ -1,2 +1,2 @@ -SHA256 (glosm-0.0.1.tar.bz2) = afedd47f3973c345e124bdc0b6a26145e567cfeaa2fe3017abf97d22b09cb65d -SIZE (glosm-0.0.1.tar.bz2) = 60250 +SHA256 (glosm-0.0.2.tar.bz2) = 8e03c49d7cf5d6a4c22251cae0aef8fb717d14f4d1c55163075bfa3c6e78e85a +SIZE (glosm-0.0.2.tar.bz2) = 90486 |