aboutsummaryrefslogtreecommitdiffstats
path: root/math/mathomatic
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2009-11-08 20:45:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2009-11-08 20:45:05 +0800
commit20e6c56a3ec570cde1c68589972a9326cf14e734 (patch)
tree3343198938c0630c9ca3c96b2a803d7daf9f4a90 /math/mathomatic
parent4a3df110f49e3447b3ed2eb2fd6ab615c5190b3f (diff)
downloadfreebsd-ports-gnome-20e6c56a3ec570cde1c68589972a9326cf14e734.tar.gz
freebsd-ports-gnome-20e6c56a3ec570cde1c68589972a9326cf14e734.tar.zst
freebsd-ports-gnome-20e6c56a3ec570cde1c68589972a9326cf14e734.zip
Update to 14.6.0
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile18
-rw-r--r--math/mathomatic/distinfo6
-rw-r--r--math/mathomatic/pkg-plist4
3 files changed, 21 insertions, 7 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index b31ea5c65ceb..f71e86131bb4 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mathomatic
-PORTVERSION= 14.5.7
+PORTVERSION= 14.6.0
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/ \
CRITICAL
@@ -20,7 +20,6 @@ MAKE_JOBS_SAFE= yes
MAKEFILE= makefile
MAKE_ARGS= -DREADLINE
-PLIST_FILES= bin/mathomatic
PORTDOCS= *
MAN1= mathomatic.1
@@ -32,9 +31,20 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1
+ ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \
+ ${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/doc/* ${DOCSDIR}
+.for d in m4 tests factorial
+ ${MKDIR} ${DOCSDIR}/${d}
+ ${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
+.endfor
+ ${MKDIR} ${DOCSDIR}/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/html
+.for f in AUTHORS README.txt changes.txt
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
.endif
.include <bsd.port.mk>
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index 58f98dd5cb59..a44ba5cfd906 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,3 +1,3 @@
-MD5 (mathomatic-14.5.7.tar.bz2) = 6337e9d13364121a33378d641ffe1a63
-SHA256 (mathomatic-14.5.7.tar.bz2) = af1c6e7fac2a6590b43f83cc48b3987372c2f2bd0dc4a498097a55649729d3e1
-SIZE (mathomatic-14.5.7.tar.bz2) = 170562
+MD5 (mathomatic-14.6.0.tar.bz2) = 2cad6663cbcc1669d4165f95975854c1
+SHA256 (mathomatic-14.6.0.tar.bz2) = e0bb6fbbd9d26e14b326640d8a05a5564f9c19845df1700105102dd1e1eb0aa6
+SIZE (mathomatic-14.6.0.tar.bz2) = 171838
diff --git a/math/mathomatic/pkg-plist b/math/mathomatic/pkg-plist
new file mode 100644
index 000000000000..eaee8dad864f
--- /dev/null
+++ b/math/mathomatic/pkg-plist
@@ -0,0 +1,4 @@
+bin/mathomatic
+share/pixmaps/mathomatic.png
+share/applications/mathomatic.desktop
+@dirrmtry share/applications