mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Cleanup.
PR: 216315 Submitted by: pfg
This commit is contained in:
parent
40ddb37186
commit
b2ec10b0e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440115
1 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tfel
|
PORTNAME= tfel
|
||||||
PORTVERSION= 2.0.4
|
PORTVERSION= 2.0.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= SF/${PORTNAME}/
|
MASTER_SITES= SF/${PORTNAME}/
|
||||||
PKGNAMESUFFIX= -mfront
|
PKGNAMESUFFIX= -mfront
|
||||||
|
@ -14,18 +15,23 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
OPTIONS_DEFINE= GNUPLOT PYTHON
|
OPTIONS_DEFINE= GNUPLOT PYTHON
|
||||||
OPTIONS_DEFAULT= GNUPLOT
|
OPTIONS_DEFAULT= GNUPLOT
|
||||||
|
|
||||||
GNUPLOT_BUILD_DEPENDS= gnuplot:math/gnuplot
|
GNUPLOT_BUILD_DEPENDS= gnuplot:math/gnuplot
|
||||||
GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot
|
GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot
|
||||||
|
|
||||||
|
PYTHON_CONFIGURE_ENABLE= python
|
||||||
|
PYTHON_USES= python
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
|
|
||||||
USES= autoreconf libtool tar:bzip2
|
USES= autoreconf libtool tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-aster
|
CONFIGURE_ARGS+= --enable-aster
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PYTHON_CONFIGURE_ENABLE= python
|
.ifdef PACKAGE_BUILDING
|
||||||
PYTHON_USES= python
|
CONFIGURE_ARGS+= --enable-portable-build
|
||||||
|
.endif
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
Loading…
Add table
Reference in a new issue