summaryrefslogtreecommitdiff
path: root/Ports/php
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-08-04 13:18:56 +0200
committerLinus Groh <mail@linusgroh.de>2021-08-04 13:54:08 +0100
commitd2379dfe964548024e4b574b3dcb7e17351cb4ba (patch)
tree37c2974ba36b95507bb960923f2ab3178db4ec11 /Ports/php
parenta76c208bae8f99845ffebb17e0a7a841ceb5ac5c (diff)
downloadserenity-d2379dfe964548024e4b574b3dcb7e17351cb4ba.zip
Ports: Add PHP entry to taskbar menu
Diffstat (limited to 'Ports/php')
-rwxr-xr-xPorts/php/package.sh5
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"