mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
27 lines
596 B
Makefile
27 lines
596 B
Makefile
# New ports collection makefile for: eclipse-examples
|
|
# Date created: July 3, 2003
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eclipse-examples
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
|
|
MASTER_SITE_SUBDIR= R-2.1.1-200306271545
|
|
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>
|