diff options
author | linimon <linimon@FreeBSD.org> | 2004-09-10 10:25:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-09-10 10:25:07 +0800 |
commit | c8279958ed3b5643f5a6474493007023fd36b4b7 (patch) | |
tree | 8122948d7595a76e9a1459ef6b186288d55b22c5 /java | |
parent | 0303b72ba2845501a24c868537a8ae1b0bfc1700 (diff) | |
download | freebsd-ports-gnome-c8279958ed3b5643f5a6474493007023fd36b4b7.tar.gz freebsd-ports-gnome-c8279958ed3b5643f5a6474493007023fd36b4b7.tar.zst freebsd-ports-gnome-c8279958ed3b5643f5a6474493007023fd36b4b7.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)
Diffstat (limited to 'java')
-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> |