blob: 6ad47f4d8b929e4a09833d89bc37ff54ddbc7723 (
plain)
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
|
# New ports collection makefile for: phpeclipse
# Date created: 22 Oct 2003
# Whom: rtdean@cytherianage.net
#
# $FreeBSD$
#
PORTNAME= phpeclipse
PORTVERSION= 1.1.1
CATEGORIES= java editors devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpeclipse
DISTNAME= PHPEclipse${PORTVERSION}-2004-10-24
MAINTAINER= rtdean@cytherianage.net
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
USE_ZIP= yes
WRKSRC= ${WRKDIR}
do-install:
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
.include <bsd.port.mk>
|