diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-08-04 13:18:56 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-04 13:54:08 +0100 |
commit | d2379dfe964548024e4b574b3dcb7e17351cb4ba (patch) | |
tree | 37c2974ba36b95507bb960923f2ab3178db4ec11 /Ports/php | |
parent | a76c208bae8f99845ffebb17e0a7a841ceb5ac5c (diff) | |
download | serenity-d2379dfe964548024e4b574b3dcb7e17351cb4ba.zip |
Ports: Add PHP entry to taskbar menu
Diffstat (limited to 'Ports/php')
-rwxr-xr-x | Ports/php/package.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ports/php/package.sh b/Ports/php/package.sh index db6e63933a..25758d651c 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -14,6 +14,11 @@ configopts=" --with-zlib --without-pcre-jit " +launcher_name="PHP" +launcher_category="Development" +launcher_command="/usr/local/bin/php -a" +launcher_run_in_terminal="true" +icon_file="win32/build/php.ico" export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2" export LIBS="-ldl" |