aboutsummaryrefslogtreecommitdiffstats
path: root/java/infobus/Makefile
blob: a7720c268afe258c072f4fbf84797caa72015a56 (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
47
48
49
50
# New ports collection makefile for:    Infobus 1.2
# Date created:     1999/08/08
# Whom:         Jose Marques
#
# $FreeBSD$
#

PORTNAME=   infobus
PORTVERSION=    1.2
PORTREVISION=   2
CATEGORIES= java devel
DISTNAME=   ib12

MAINTAINER= java@FreeBSD.org
COMMENT=    Enables dynamic exchange of data between JavaBeans(TM)

USE_ZIP=    YES
USE_JAVA=   YES
JAVA_VERSION=   1.5+

NO_WRKSUBDIR=   yes
NO_BUILD=   yes
NO_CDROM=   "See the license"

.if !defined(NOPORTDOCS)
PORTDOCS=   *
.endif

.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again
.endif

do-install:
    ${INSTALL_DATA} ${WRKSRC}/infobus.jar ${JAVAJARDIR}/
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.java ${EXAMPLESDIR}
.for i in examples.mak makefile moneyman.mf ReadMe.html ReadRowset.html coffee6.gif
    ${INSTALL_DATA} ${WRKSRC}/${i} ${EXAMPLESDIR}
.endfor
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in LICENSE.HTML ReadMe.html coffee6.gif
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
    cd ${WRKSRC}/doc && \
        ${FIND} . | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
pan title='2007-12-20 07:08:38 +0800'>2007-12-203-1/+21 * - Fix build problems with FreeBSD 5.5miwi2007-06-112-10/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Update clamav to 0.90.1garga2007-03-141-0/+1 * - Update to 0.41miwi2007-03-088-74/+65 * Upgrade to 0.37itetcu2006-06-074-36/+68 * Update to 0.35.1itetcu2006-06-058-91/+196 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-29/+29 * [maintainger-update] Klamav upgrade from 0.22 to 0.32edwin2005-12-214-29/+117