7af716330d
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
30 lines
936 B
Makefile
30 lines
936 B
Makefile
# $NetBSD: Makefile,v 1.37 2006/07/19 19:14:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= scigraphica-2.1.0
|
|
CATEGORIES= graphics math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://scigraphica.sourceforge.net/
|
|
COMMENT= Data analysis and technical graphics
|
|
|
|
USE_DIRS+= gnome1-1.5
|
|
USE_TOOLS+= gmake
|
|
USE_GNU_READLINE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
CONFIGURE_ARGS+= --with-readline-include-path=${BUILDLINK_PREFIX.readline}/include
|
|
CONFIGURE_ARGS+= --with-readline-path=${BUILDLINK_PREFIX.readline}/lib
|
|
CONFIGURE_ARGS+= --with-termcap-include-path=${BUILDLINK_PREFIX.readline}/include
|
|
CONFIGURE_ARGS+= --with-termcap-path=${BUILDLINK_PREFIX.readline}/lib
|
|
CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
|
|
|
|
USE_LIBTOOL= YES
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../graphics/libscigraphica/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|