diff options
author | rene <rene@FreeBSD.org> | 2010-10-19 05:49:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-19 05:49:39 +0800 |
commit | 69669fda8798da6ab416a4238f8cae75da02a104 (patch) | |
tree | 4dc92515e570b8909de15362813f02d86fcdec26 /www/chromium | |
parent | f5ff4af0d160be63677f6915f129f91cc100d429 (diff) | |
download | freebsd-ports-gnome-69669fda8798da6ab416a4238f8cae75da02a104.tar.gz freebsd-ports-gnome-69669fda8798da6ab416a4238f8cae75da02a104.tar.zst freebsd-ports-gnome-69669fda8798da6ab416a4238f8cae75da02a104.zip |
Add desktop entry, as requested by maintainer
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 6ed74067c869..138872e80b69 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -58,6 +58,13 @@ GYP_DEFINES+= use_system_libxml=1 OPTIONS= CODECS "Compile and enable patented codecs like H.264" off +DESKTOP_ENTRIES= "Chromium" \ + "${COMMENT}" \ + "${DATADIR}/product_logo_48.png" \ + "chrome" \ + "Application;Network;WebBrowser;" \ + "true" + .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 |