summaryrefslogtreecommitdiff
path: root/deskutils/gxneur/Makefile
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2010-10-12 06:48:00 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2010-10-12 06:48:00 +0000
commit2fff1f887580fc382a3defa6c0a92514177515ea (patch)
treec39f7a59a2e93974339de5cd093eae626074d5fe /deskutils/gxneur/Makefile
parent- Add missing LICENSE (diff)
- Update to 0.10.0
Diffstat (limited to 'deskutils/gxneur/Makefile')
-rw-r--r--deskutils/gxneur/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile
index 7db024ac082c..c201c9cb7b8e 100644
--- a/deskutils/gxneur/Makefile
+++ b/deskutils/gxneur/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gxneur
-PORTVERSION= 0.9.4
-PORTREVISION= 4
+PORTVERSION= 0.10.0
CATEGORIES= deskutils
MASTER_SITES= http://dists.xneur.ru/release-${PORTVERSION}/tgz/
@@ -21,7 +20,8 @@ MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 libglade2
+USE_GNOME= desktopfileutils gconf2 gtk20 libglade2
+INSTALLS_ICONS= yes
MAN1= ${PORTNAME}.1
@@ -35,4 +35,7 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.post.mk>