diff options
Diffstat (limited to 'java/netbeans55/Makefile')
-rw-r--r-- | java/netbeans55/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/java/netbeans55/Makefile b/java/netbeans55/Makefile deleted file mode 100644 index c07bdc868bb2..000000000000 --- a/java/netbeans55/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Nemo Liu <nemoliu@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= netbeans55 -PORTVERSION= 5.5.1 -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= http://dlc.sun.com.edgesuite.net/netbeans/download/5_5_1/fcs/200704122300/ -DISTNAME= netbeans-5_5_1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A free and open-source IDE for Java - -USE_BZIP2= yes -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_BUILD= yes -RESTRICTED= Restrictive license - -WRKSRC= ${WRKDIR}/netbeans - -SUB_FILES= pkg-install pkg-deinstall - -#DOWNLOAD_URL?= http://www.netbeans.info/downloads/index.php - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -#.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -#IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -#.endif - -post-patch: - @${RM} ${WRKSRC}/etc/netbeans.conf.orig - -do-configure: - @${REINPLACE_CMD} 's|%%JAVA_HOME%%|${JAVA_HOME}|' ${WRKSRC}/etc/netbeans.conf - @${RM} ${WRKSRC}/etc/netbeans.conf.bak - -do-install: - @${MKDIR} ${PREFIX}/netbeans55 - @${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans55 - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans55 - @${LN} -sf ${PREFIX}/netbeans55/bin/netbeans ${PREFIX}/bin/netbeans55 - @(cd ${WRKDIR}; ${FIND} -s netbeans -not -type d) | ${SED} -ne 's,^netbeans,netbeans55,p' >> ${TMPPLIST} - @(cd ${WRKDIR}; ${FIND} -s -d netbeans -type d) | ${SED} -ne 's,^netbeans,netbeans55,' -ne 's,^,@dirrm ,p' >> ${TMPPLIST} - @(cd ${WRKDIR}; ${FIND} -s -d netbeans -type d -empty) | ${SED} -ne 's,^netbeans,netbeans55,' -ne 's,^,@exec ${MKDIR} %D/,p' >> ${TMPPLIST} - -.include <bsd.port.post.mk> |