diff options
author | Lars Engels <lme@FreeBSD.org> | 2010-10-17 06:03:42 +0800 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2010-10-17 06:03:42 +0800 |
commit | 7cd3f8404174346200e11cc1c19976a472069948 (patch) | |
tree | 21bdcb1d4b1ca114383d6cb45bf47009062f8e36 /x11 | |
parent | 4b07d3b3a7fe2a85e86cd9640c6d73a098f589e5 (diff) | |
download | freebsd-ports-gnome-7cd3f8404174346200e11cc1c19976a472069948.tar.gz freebsd-ports-gnome-7cd3f8404174346200e11cc1c19976a472069948.tar.zst freebsd-ports-gnome-7cd3f8404174346200e11cc1c19976a472069948.zip |
- Add desktop entry
- Bump PORTREVISION
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mrxvt-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile index 78551461dc4a..ea1a67bdc1e2 100644 --- a/x11/mrxvt-devel/Makefile +++ b/x11/mrxvt-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= mrxvt-devel PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= SF/materm/mrxvt%20source/${PORTVERSION} DISTNAME= mrxvt-${PORTVERSION} @@ -23,6 +23,11 @@ MAN1= mrxvt.1 SUB_FILES+= pkg-message +DESKTOP_ENTRIES= "mrxvt" "mrxvt terminal emulator" \ + "${PREFIX}/share/pixmaps/mrxvt.png" \ + "mrxvt" "Utility;TerminalEmulator;" \ + false + OPTIONS= XFT "Enable Xft support for fonts" Off \ BACKGROUND "Enable background images" On\ JPEG "Enable JPEG background images" On \ |