pkgsrc/graphics/extrema/Makefile

21 lines
481 B
Makefile
Raw Normal View History

2013-09-02 21:50:38 +02:00
# $NetBSD: Makefile,v 1.23 2013/09/02 19:51:07 adam Exp $
#
2010-06-16 22:45:42 +02:00
DISTNAME= extrema-4.4.4
2013-09-02 21:50:38 +02:00
PKGREVISION= 17
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
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"