21 lines
515 B
Makefile
21 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/04/22 13:43:43 obache Exp $
|
|
#
|
|
|
|
DISTNAME= extrema-4.4.4
|
|
PKGREVISION= 4
|
|
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"
|