blob: b4f1b8abb7dd170b5ff79d11f4127394d2fd107d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# New ports collection makefile for: eclipse-clay-core
# Date created: January 13, 2004
# Whom: 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= mitsuru@riken.jp
COMMENT= A database design tool for the Eclipse development environment
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>
|