Mark Linimon 3b6e943450 Clarify the legal status of java/eclipse-clay-core: you must read and
agree to the company's license requirement before downloading (although
the agreement mostly pertains to their software available for purchase).

PR:		ports/71510
Submitted by:	mitsuru at riken dot jp (maintainer)
Approved by:	portmgr (implicit)
2004-09-10 02:25:07 +00:00

45 lines
1.2 KiB
Makefile

# New ports collection makefile for: eclipse-clay-core
# Date created: January 13, 2004
# Whom: mitsuru@riken.jp
#
# $FreeBSD$
#
PORTNAME= clay
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES=
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -core
DISTNAME= jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= mitsuru@riken.jp
COMMENT= A database design tool for the Eclipse development environment
RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.0.0/feature.xml:${PORTSDIR}/java/eclipse-gef
RESTRICTED= License agreement is required to download.
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
DISABLE_SIZE?= yes
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
DISTVERSION= 20040730
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip)
IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/software/clay/download.jsp and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.'
.endif
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
.include <bsd.port.post.mk>