mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Update to 14.6.0
This commit is contained in:
parent
4f4fd2379e
commit
0ee237d666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243972
@ -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>
|
||||
|
@ -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
|
||||
|
4
math/mathomatic/pkg-plist
Normal file
4
math/mathomatic/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/mathomatic
|
||||
share/pixmaps/mathomatic.png
|
||||
share/applications/mathomatic.desktop
|
||||
@dirrmtry share/applications
|
Loading…
x
Reference in New Issue
Block a user