FreeBSD Bugzilla – Attachment 203960 Details for
Bug 237522
java/dbvis: Update to 11.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
updated Makefile
Makefile (text/plain), 1.15 KB, created by
Hadi
on 2019-04-24 11:43:34 UTC
(
hide
)
Description:
updated Makefile
Filename:
MIME Type:
Creator:
Hadi
Created:
2019-04-24 11:43:34 UTC
Size:
1.15 KB
patch
obsolete
># Created by: Anton Yudin (<contact@toha.org.ua>) ># $FreeBSD: head/java/dbvis/Makefile 407453 2016-01-29 06:32:14Z pi $ > >PORTNAME= dbvis >PORTVERSION= 10.0.20 >CATEGORIES= java databases >MASTER_SITES= http://www.dbvis.com/product_download/${PORTNAME}-${PORTVERSION}/media/ >DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g} > >MAINTAINER= jim@ohlste.in >COMMENT= DbVisualizer database tool > >LICENSE= DbVisualizer_EULA >LICENSE_NAME= End-User License Agreement for DbVisualizer >LICENSE_TEXT= Full license can be found at http://www.dbvis.com/eula/ >LICENSE_PERMS= auto-accept > >USE_JAVA= yes >JAVA_VERSION= 1.8+ >JAVA_VENDOR= openjdk >NO_BUILD= yes >RESTRICTED= Redistribution is not permitted > >PLIST_FILES= bin/dbvis >WRKSRC= ${WRKDIR}/DbVisualizer > >do-install: > cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} > cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ../share/dbvis/dbvis dbvis > ${CHMOD} a+x ${STAGEDIR}${DATADIR}/dbvis > >post-install: > ${FIND} ${STAGEDIR}${DATADIR} -not -type d \ > | ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} > ${FIND} -d ${STAGEDIR}${DATADIR} -type d -empty \ > | ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dir ,p' >> ${TMPPLIST} > >.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 237522
: 203960 |
203961
|
203962