diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-09-10 02:25:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-09-10 02:25:07 +0000 |
commit | 3b6e943450311a54052196244f4ef1c07a50214f (patch) | |
tree | 1736b1f2a0693071bae6e1ef3b5a419ba76cd95c /java/eclipse-clay-core | |
parent | 59524b399861a2a22bd369f3a41ced7c53168a17 (diff) | |
download | ports-3b6e943450311a54052196244f4ef1c07a50214f.tar.gz ports-3b6e943450311a54052196244f4ef1c07a50214f.zip |
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)
Notes
Notes:
svn path=/head/; revision=118141
Diffstat (limited to 'java/eclipse-clay-core')
-rw-r--r-- | java/eclipse-clay-core/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile index 9b7532936636..31ec159ff7ff 100644 --- a/java/eclipse-clay-core/Makefile +++ b/java/eclipse-clay-core/Makefile @@ -7,8 +7,9 @@ PORTNAME= clay PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= java devel -MASTER_SITES= http://www.azzurri.jp/download/ +MASTER_SITES= PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -core DISTNAME= jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION} @@ -19,7 +20,7 @@ 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= Condition is not clear +RESTRICTED= License agreement is required to download. NO_BUILD= yes NO_WRKSUBDIR= yes @@ -29,9 +30,15 @@ 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.mk> +.include <bsd.port.post.mk> |