freebsd-ports/java/eclipse-clay-core/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

45 lines
1.2 KiB
Makefile

# Created by: mitsuru@riken.jp
# $FreeBSD$
PORTNAME= clay
PORTVERSION= 1.4.2
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES=
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -core
DISTNAME= jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= A database design tool for the Eclipse development environment
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
BROKEN= unfetchable
RESTRICTED= License agreement is required to download.
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
DISABLE_SIZE?= yes
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
DISTVERSION= 20080709
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip) && !defined(PACKAGE_BUILDING)
IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/clay/download.html and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.'
.endif
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
.include <bsd.port.post.mk>