1fcff535c3
gipfel-0.4.0 * Fix compilation with fltk-1.3.x. * Use proper distance for distortion correction. * Don't update coordinates of marked hills. * Remove compute button. Positions are now updated automatically when marked hills are moved. * Fix focal length for images in portrait format. * Fix up/down keys in viewpoint chooser.
21 lines
620 B
Makefile
21 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/02/02 14:11:14 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= gipfel-0.4.0
|
|
CATEGORIES= geography graphics
|
|
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
|
|
|
|
MAINTAINER= johannes.hofmann@gmx.de
|
|
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/gipfel.html
|
|
COMMENT= Photogrammetry For Mountain Images
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../x11/fltk13/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|