diff options
author | nivit <nivit@FreeBSD.org> | 2010-02-03 02:37:47 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-02-03 02:37:47 +0800 |
commit | 499f34c8114dcf29f1422bf946252e397ba60030 (patch) | |
tree | c4baa9e48e724fd3098e4ef9a888c48ba34c3daa /math/wxMaxima/Makefile | |
parent | a91b2766c75402810528c741f34d7b2546a29ffe (diff) | |
download | freebsd-ports-gnome-499f34c8114dcf29f1422bf946252e397ba60030.tar.gz freebsd-ports-gnome-499f34c8114dcf29f1422bf946252e397ba60030.tar.zst freebsd-ports-gnome-499f34c8114dcf29f1422bf946252e397ba60030.zip |
- Add DESKTOP_ENTRIES (patch provided by makc@ via email)
- Bump PORTREVISION
Feature safe: yes
Diffstat (limited to 'math/wxMaxima/Makefile')
-rw-r--r-- | math/wxMaxima/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index bebfbdcf07f6..6c4078609317 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -7,7 +7,7 @@ PORTNAME= wxMaxima PORTVERSION= 0.8.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -25,6 +25,9 @@ WANT_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix= +DESKTOP_ENTRIES= "wxMaxima" "${COMMENT}" "${DATADIR}/wxmaxima.png" \ + "wxmaxima" "Education;Science;Math;" false + post-install: @${CAT} ${PKGMESSAGE} |