diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:15:56 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:50 +0000 |
commit | e5743a66e8170e8ebc0471e8d884b5d5f08be81a (patch) | |
tree | c432cd692388017c7fb29f44123cd3a827a59fc4 | |
parent | af7a37c7df4c3d6594c633edee3317ccf3d9e2ea (diff) | |
download | ports-e5743a66e8170e8ebc0471e8d884b5d5f08be81a.tar.gz ports-e5743a66e8170e8ebc0471e8d884b5d5f08be81a.zip |
devel/godot: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/godot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/godot/Makefile b/devel/godot/Makefile index 5da6c5369300..78f4fa4ba049 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -23,10 +23,12 @@ RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++14-lang gl pkgconfig scons xorg +USES= compiler:c++14-lang cpe gl pkgconfig scons xorg USE_XORG= x11 xcursor xi xinerama xrandr xrender USE_GL= gl glew glu +CPE_VENDOR= godotengine + USE_GITHUB= yes GH_ACCOUNT= godotengine |