24 lines
667 B
Makefile
24 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/10/19 06:50:00 obache Exp $
|
|
#
|
|
|
|
DISTNAME= gipfel-0.3.2
|
|
PKGREVISION= 5
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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/fltk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|