freebsd-ports/java/eclipse-sysdeo-tomcat/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

31 lines
965 B
Makefile

# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
PORTNAME= sysdeo
PORTVERSION= 3.1.0
PORTREVISION= 5
CATEGORIES= java
MASTER_SITES= http://www.sysdeo.com/sysdeo/content/download/393/4930/file/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -tomcat
DISTNAME= tomcatPluginV31
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Sysdeo Tomcat Launcher plugin for Eclipse
RUN_DEPENDS+= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
| ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
.include <bsd.port.mk>