pkgsrc-wip/openaxiom/Makefile

51 lines
1.3 KiB
Makefile
Raw Normal View History

2008-08-03 12:17:01 +02:00
# $NetBSD: Makefile,v 1.4 2008/08/03 10:17:01 asau Exp $
#
DISTNAME= open-axiom-1.1.0
2008-08-03 12:17:01 +02:00
PKGNAME= open-axiom-1.1.99 # VCS-based
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-axiom/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://www.open-axiom.org/
# http://open-axiom.sourceforge.net/index.html
COMMENT= Platform for symbolic, algebraic, and numerical computations
2008-08-03 12:17:01 +02:00
# Get it from Subversion repository:
SVN_REPOSITORIES= open-axiom
SVN_ROOT.open-axiom= https://open-axiom.svn.sf.net/svnroot/open-axiom/trunk
SVN_MODULE.open-axiom= open-axiom
WRKSRC= ${WRKDIR}/open-axiom
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
#USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
#USE_LIBTOOL= yes
USE_TOOLS+= gmake gawk makeinfo
USE_LANGUAGES+= fortran
BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
#INFO_FILES= yes
2008-05-29 13:45:14 +02:00
BUILD_MAKE_FLAGS+= TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
2008-03-14 15:25:23 +01:00
#USE_GNU_CONFIGURE_HOST= no
#TARGET_SYSTEM!= ../../mk/gnu-config/config.guess
#PLIST_SUBST+= TARGET_SYSTEM=${TARGET_SYSTEM}
2008-03-14 15:25:23 +01:00
.include "options.mk"
pre-configure:
2008-08-03 12:17:01 +02:00
${RUN} cd ${WRKSRC} && ./build-setup.sh
# I need to figure out, why it fails with pkgsrc's version:
2008-05-29 13:45:14 +02:00
# do-configure:
# cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS} # --prefix=/usr/pkg
2008-08-03 12:17:01 +02:00
.include "../mk/svn-package.mk"
.include "../../mk/bsd.pkg.mk"