aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-sysdeo-tomcat/Makefile
blob: 46195d1d0301ecc36a4cf91ef295484076d10aa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    eclipse-sysdeo-tomcat
# Date created:             July 29, 2004
# Whom:                 sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   sysdeo
PORTVERSION=    3.1.0
PORTREVISION=   1
CATEGORIES= java
MASTER_SITES=   http://www.sysdeo.com/sysdeo/content/download/393/4930/file/
PKGNAMEPREFIX=  eclipse-
PKGNAMESUFFIX=  -tomcat
DISTNAME=   tomcatPluginV31
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} -p ${PREFIX}/eclipse
        @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/eclipse/plugins
        @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
            | ${SED} -ne 's,^,eclipse/plugins/,p' >> ${TMPPLIST}
        @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
            | ${SED} -ne 's,^,@dirrm eclipse/plugins/,p' >> ${TMPPLIST}

.include <bsd.port.mk>