freebsd-ports/java/eclipse-sysdeo-tomcat/Makefile
Norikatsu Shigemura 2438922ede Add eclipse-sysdeo-tomcat 3, sysdeo Tomcat Launcher plugin for Eclipse.
PR:		ports/69642
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2004-08-07 01:15:40 +00:00

30 lines
691 B
Makefile

# New ports collection makefile for: eclipse-sysdeo-tomcat
# Date created: July 29, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sysdeo
PORTVERSION= 3
CATEGORIES= java
MASTER_SITES= http://www.sysdeo.com/eclipse/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -tomcat
DISTNAME= tomcatPluginV${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= sugimura@jp.FreeBSD.ORG
COMMENT= Sysdeo Tomcat Launcher plugin for Eclipse
RUN_DEPENDS+= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_3.0.0 ${PREFIX}/eclipse/plugins
.include <bsd.port.mk>