blob: 499df03bccc1dce2e6fe98ee142ae2b35740fef9 (
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
|
# New ports collection makefile for: eclipse-examples
# Date created: July 3, 2003
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= eclipse-examples
PORTVERSION= 2.1.3
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR= R-2.1.3-200403101828
DIST_SUBDIR= eclipse
MAINTAINER= java@FreeBSD.ORG
COMMENT= Examples for the Eclipse IDE
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>
|