diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:14:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:57:53 +0000 |
commit | ae7ae656fd466db6b037d83ea6aed384ba2e20fa (patch) | |
tree | 247545557ee380e85948fd7fd64df57c9a4456eb | |
parent | bd9a7a493052e721ef9c5daea8cfb6179fd9dbd9 (diff) |
math/gri: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | math/gri/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index 16b7912d1709..c8a13310bc8e 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -13,10 +13,11 @@ COMMENT= Extensible plotting language for producing scientific graphs LIB_DEPENDS= libnetcdf.so:science/netcdf -USES= gmake readline shebangfix makeinfo +USES= cpe gmake readline shebangfix makeinfo SHEBANG_FILES= doc/examples/FEM.pl src/gri_merge src/gri_unpage GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-FreeBSD +CPE_VENDOR= gri_project CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |