pkgsrc/graphics/extrema/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

21 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/06/13 22:44:29 wiz Exp $
#
DISTNAME= extrema-4.4.3
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=extrema/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://exsitewebware.com/extrema/
COMMENT= Visualization and data analysis tool
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-wxGTK
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"