mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use USE_TK and add tk to category
PR: ports/122220 Submitted by: bf <bf2006a at yahoo.com> Approved by: maintainer timeout (3 weeks)
This commit is contained in:
parent
5ea72e5b65
commit
c1e7cf9c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212065
1 changed files with 3 additions and 3 deletions
|
@ -8,23 +8,23 @@
|
|||
PORTNAME= maxima
|
||||
PORTVERSION= 5.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
CATEGORIES= math tk
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= sf@slappy.org
|
||||
COMMENT= Symbolic mathematics program
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
|
||||
LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
|
||||
${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
|
||||
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_TK= 84+
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= automake:19 autoconf:261
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
||||
--with-posix-shell=${LOCALBASE}/bin/bash \
|
||||
--with-wish=${LOCALBASE}/bin/wish8.4 \
|
||||
--with-wish=${WISH} \
|
||||
${LISPSELECT}
|
||||
# don't pass "-s" to install to avoid trying to strip a shell script
|
||||
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}"
|
||||
|
|
Loading…
Add table
Reference in a new issue