1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/java/eclipse-examples/Makefile
Norikatsu Shigemura e7fea5b1ba Update to 3.0.
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2004-07-25 08:01:28 +00:00

32 lines
728 B
Makefile

# New ports collection makefile for: eclipse-examples
# Date created: July 3, 2003
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= examples
PORTVERSION= 3.0
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR= R-3.0-200406251208
PKGNAMEPREFIX= eclipse-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= java@FreeBSD.ORG
COMMENT= Examples for the Eclipse IDE
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}/eclipse/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
.include <bsd.port.mk>