diff options
36 files changed, 72 insertions, 0 deletions
diff --git a/math/octave-forge-ad/Makefile b/math/octave-forge-ad/Makefile index b4f525cffb40..af2d18039f85 100644 --- a/math/octave-forge-ad/Makefile +++ b/math/octave-forge-ad/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_DOS2UNIX= yes diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index 4b990ce853e1..ad5005e57e8d 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 3b25b5a6a976..da8c7f66adff 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-bioinfo/Makefile b/math/octave-forge-bioinfo/Makefile index 0a635d919170..97677f531af9 100644 --- a/math/octave-forge-bioinfo/Makefile +++ b/math/octave-forge-bioinfo/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-cgi/Makefile b/math/octave-forge-cgi/Makefile index a30658b248f2..044cb9f6707e 100644 --- a/math/octave-forge-cgi/Makefile +++ b/math/octave-forge-cgi/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-civil-engineering/Makefile b/math/octave-forge-civil-engineering/Makefile index 6a532c06ded3..ee859f6dd1d2 100644 --- a/math/octave-forge-civil-engineering/Makefile +++ b/math/octave-forge-civil-engineering/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile index b2718ec00367..a7985cbf582c 100644 --- a/math/octave-forge-engine/Makefile +++ b/math/octave-forge-engine/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-fenv/Makefile b/math/octave-forge-fenv/Makefile index b522d471d27a..2b261a6c56a0 100644 --- a/math/octave-forge-fenv/Makefile +++ b/math/octave-forge-fenv/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 73f65ccf3408..11367cbaf16a 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 357eb96e03a0..ee7c8d50e955 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes diff --git a/math/octave-forge-ident/Makefile b/math/octave-forge-ident/Makefile index b48a5805b8b2..e5632235f938 100644 --- a/math/octave-forge-ident/Makefile +++ b/math/octave-forge-ident/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile index a832c2575a45..d5c9a8d98f16 100644 --- a/math/octave-forge-informationtheory/Makefile +++ b/math/octave-forge-informationtheory/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile index f6282b073e94..f6cf8c399b64 100644 --- a/math/octave-forge-integration/Makefile +++ b/math/octave-forge-integration/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile index 583216fbb8bc..2741e508298c 100644 --- a/math/octave-forge-irsa/Makefile +++ b/math/octave-forge-irsa/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-mapping/Makefile b/math/octave-forge-mapping/Makefile index 4326c63337e2..be7c3bdd7730 100644 --- a/math/octave-forge-mapping/Makefile +++ b/math/octave-forge-mapping/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index 4bbb0bb91ba2..aa9d2a98edbf 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-multicore/Makefile b/math/octave-forge-multicore/Makefile index 82248c6d944e..3fcc003d8dbd 100644 --- a/math/octave-forge-multicore/Makefile +++ b/math/octave-forge-multicore/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-ncarray/Makefile b/math/octave-forge-ncarray/Makefile index 5a3db5b132eb..93237dadce4c 100644 --- a/math/octave-forge-ncarray/Makefile +++ b/math/octave-forge-ncarray/Makefile @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ncArray diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile index cfcfacfc6730..f9b15da096a4 100644 --- a/math/octave-forge-netcdf/Makefile +++ b/math/octave-forge-netcdf/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-nnet/Makefile b/math/octave-forge-nnet/Makefile index 9767113981f9..d21b5cfbefd9 100644 --- a/math/octave-forge-nnet/Makefile +++ b/math/octave-forge-nnet/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index a070a24dfc42..4081c329b43e 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile index 5189b66d17d1..bf92ce1aac99 100644 --- a/math/octave-forge-octcdf/Makefile +++ b/math/octave-forge-octcdf/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile index 4d4209df6f0b..a00651e50493 100644 --- a/math/octave-forge-octgpr/Makefile +++ b/math/octave-forge-octgpr/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-odebvp/Makefile b/math/octave-forge-odebvp/Makefile index a522e292ec0e..7806ff93cf7e 100644 --- a/math/octave-forge-odebvp/Makefile +++ b/math/octave-forge-odebvp/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index 24a32ac78b16..cdd9bacdde35 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + MAKE_JOBS_UNSAFE= yes # OCTSRC is the name of the directory of the package. diff --git a/math/octave-forge-outliers/Makefile b/math/octave-forge-outliers/Makefile index 63f0e7d9fd20..b4b45ea3f865 100644 --- a/math/octave-forge-outliers/Makefile +++ b/math/octave-forge-outliers/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index 7597f663ad61..21e264e0f262 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile index 5dedf88b005a..96221b1667e2 100644 --- a/math/octave-forge-pdb/Makefile +++ b/math/octave-forge-pdb/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index fd6c4b9fcc2a..73cba4ecbcb8 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile index 63191fe85ba0..e23f636c4b8a 100644 --- a/math/octave-forge-pt_br/Makefile +++ b/math/octave-forge-pt_br/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= pt_BR diff --git a/math/octave-forge-secs1d/Makefile b/math/octave-forge-secs1d/Makefile index 2bea2c1527e1..ae6b6d9d6fc4 100644 --- a/math/octave-forge-secs1d/Makefile +++ b/math/octave-forge-secs1d/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile index 59ca1ebee3c7..833c338cc9a9 100644 --- a/math/octave-forge-secs2d/Makefile +++ b/math/octave-forge-secs2d/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-secs3d/Makefile b/math/octave-forge-secs3d/Makefile index 81f0f7368c44..e9ff688c1174 100644 --- a/math/octave-forge-secs3d/Makefile +++ b/math/octave-forge-secs3d/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile index b37d05b56537..bebb44d8d05a 100644 --- a/math/octave-forge-symband/Makefile +++ b/math/octave-forge-symband/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index 8c00522f5925..a8880c1e6d14 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-zenity/Makefile b/math/octave-forge-zenity/Makefile index 9d82276f9f50..c135b3f0e185 100644 --- a/math/octave-forge-zenity/Makefile +++ b/math/octave-forge-zenity/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv2 + GNU_CONFIGURE= yes RUN_DEPENDS+= zenity:${PORTSDIR}/x11/zenity |