FreeBSD Bugzilla – Attachment 189064 Details for
Bug 224554
java/netbeans to 8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
modified Makefile
Makefile (text/plain), 1.46 KB, created by
Hadi
on 2017-12-23 19:38:29 UTC
(
hide
)
Description:
modified Makefile
Filename:
MIME Type:
Creator:
Hadi
Created:
2017-12-23 19:38:29 UTC
Size:
1.46 KB
patch
obsolete
># Created by: olgeni@FreeBSD.org ># $FreeBSD: head/java/netbeans/Makefile 418767 2016-07-19 11:04:13Z mat $ ># modified by hadi [h.rezaee@ideatech.io] > >PORTNAME= netbeans >PORTVERSION= 8.2 >CATEGORIES= java devel >MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \ > http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ >DISTNAME= netbeans-${PORTVERSION}-201609300101 > >MAINTAINER= kwm@FreeBSD.org >COMMENT= Modular, standards-based integrated development environment > >LICENSE= CDDL GPLv2 >LICENSE_COMB= dual > >USES= shebangfix zip >SHEBANG_FILES= extide/ant/bin/antRun.pl \ > extide/ant/bin/complete-ant-cmd.pl \ > extide/ant/bin/runant.pl \ > extide/ant/bin/runant.py >USE_JAVA= yes >JAVA_VERSION= 1.8 >NO_BUILD= yes > >WRKSRC= ${WRKDIR}/netbeans >DATADIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} > >PLIST_SUB+= PORTVERSION=${PORTVERSION} > >DESKTOP_ENTRIES="NetBeans" \ > "NetBeans IDE" \ > ${DATADIR}/nb/netbeans.png \ > ${PORTNAME}-${PORTVERSION} \ > "Development;" \ > false > >post-patch: > @${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \ > ${WRKSRC}/etc/netbeans.conf > @${FIND} ${WRKSRC} -name "*.orig" -delete > >do-install: > cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} > ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/netbeans > ${LN} -sf ${DATADIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION} > > ${FIND} ${STAGEDIR}${DATADIR} -type f -ipath "*/bin/*" | ${XARGS} ${CHMOD} ${BINMODE} > >.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 224554
: 189064 |
189065
|
189066