833922aab2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
24 lines
664 B
Makefile
24 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/02/06 12:40:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gipfel-0.3.2
|
|
PKGREVISION= 6
|
|
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"
|