1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/java/phpeclipse/Makefile
Thierry Thomas 4428b915f7 + update to 1.1.3;
+ changelog: http://www.phpeclipse.de/tiki-read_article.php?articleId=18
+ add pkg-plist;
+ add pkg-message;
+ update pkg-descr.

PR:		ports/80369
Submitted by:	Antonio Carlos Venancio Junior
Approved by:	maintainer's time-out
2005-05-31 18:40:47 +00:00

37 lines
838 B
Makefile

# New ports collection makefile for: phpeclipse
# Date created: 22 Oct 2003
# Whom: rtdean@cytherianage.net
#
# $FreeBSD$
#
PORTNAME= phpeclipse
PORTVERSION= 1.1.3
CATEGORIES= java editors devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpeclipse
DISTNAME= PHPEclipse${PORTVERSION}-2005-01-29
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
NO_WRKSUBDIR= yes
ECLIPSE= ${PREFIX}/eclipse
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
NSEVER=net.sf.eclipsetidy_1.2.1
do-install:
@${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features
@${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>