diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-04-14 08:12:54 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-04-14 08:12:54 +0000 |
commit | dac6771fc5f327e75c3507a68505e1ee24da1498 (patch) | |
tree | 0f7aeb18f3384351939ec3978eab9c52115507d8 /www/links/Makefile | |
parent | b6ecfd9eb21c6530a916f58614a5904548f8d5a7 (diff) | |
download | ports-dac6771fc5f327e75c3507a68505e1ee24da1498.tar.gz ports-dac6771fc5f327e75c3507a68505e1ee24da1498.zip |
Notes
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 13fcce8455ce..b41dfda569d2 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -31,6 +31,13 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes USE_BZIP2= yes +DESKTOP_ENTRIES="links" \ + "Lynx-like text WWW browser" \ + "${DATADIR}/links.xpm" \ + "links -g" \ + "Application;Network;WebBrowser;" \ + ${FALSE} + OPTIONS= SVGALIB "non-X11 graphics support" off \ DIRECTFB "directfb driver support" off \ X11 "X11 graphics support" on \ |