mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Use staging
This commit is contained in:
parent
f815aa2af0
commit
dc2c809512
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363646
@ -6,7 +6,7 @@ PORTVERSION= 5.31.3
|
||||
CATEGORIES= math lisp tk
|
||||
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bf@FreeBSD.org
|
||||
COMMENT= Symbolic mathematics program
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
||||
--with-wish=${WISH} \
|
||||
${LISPSELECT}
|
||||
|
||||
MAN1= maxima.1
|
||||
INFO= maxima imaxima xmaxima
|
||||
|
||||
PLIST_SUB= BINDIR=${BINDIRECTORY}
|
||||
@ -44,7 +43,6 @@ CMUCL_DESC= Build with CMU Common Lisp
|
||||
GCL_DESC= Build with GNU Common Lisp
|
||||
SBCL_DESC= Build with Steel Bank Common Lisp
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Lisp to build with. Define only ONE of these!
|
||||
@ -118,11 +116,6 @@ pre-build:
|
||||
@${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \
|
||||
-name '*.orig' \) -delete
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} ""
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
check regression-test test: build
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \
|
||||
check
|
||||
|
@ -5,6 +5,7 @@ info/maxima-index.lisp
|
||||
%%LISPBINARY%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%LISPBIN%%
|
||||
lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%MAXIMABIN%%
|
||||
libexec/maxima/%%PORTVERSION%%/mgnuplot
|
||||
man/man1/maxima.1.gz
|
||||
%%DATADIR%%/%%PORTVERSION%%/%%DATADIR%%-init.lisp
|
||||
%%DATADIR%%/%%PORTVERSION%%/demo/array.dem
|
||||
%%DATADIR%%/%%PORTVERSION%%/demo/cf.dem
|
||||
|
Loading…
Reference in New Issue
Block a user