summaryrefslogblamecommitdiff
path: root/java/infobus/Makefile
blob: 856c443a67a549804d4439bb14afecc9e6b6cf7c (plain) (tree)
1
2
3
4
5
6




                                                   
           
































                                                                                                                                                   
# New ports collection makefile for:    Infobus 1.2
# Version required:	1.2
# Date created:		1999/08/08
# Whom:			Jose Marques
#
# $FreeBSD$
#

DISTNAME=	ib12
PKGNAME=	infobus-1.2
CATEGORIES=	java
EXTRACT_SUFX=	.zip

MAINTAINER=	noway@nohow.demon.co.uk

RUN_DEPENDS=	${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
		${PREFIX}/share/java/classes/collections.jar:${PORTSDIR}/java/collections

USE_ZIP=	YES

WRKSRC=		${WRKDIR}
JDK_VERSION=	1.1.8
NO_BUILD=	yes
NO_CDROM=	"See the license"

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

do-install:
	@cd ${WRKSRC}; \
		${MKDIR} ${PREFIX}/share/java/classes/; \
		${CP} ${WRKSRC}/infobus.jar ${PREFIX}/share/java/classes/; \
		${MKDIR} ${PREFIX}/share/java/${PKGNAME}/; \
		${CP} LICENSE.HTML *.java *.html coffee6.gif examples.mak makefile moneyman.mf ${PREFIX}/share/java/${PKGNAME}/; \
		${CP} -R doc ${PREFIX}/share/java/${PKGNAME}/

.include <bsd.port.post.mk>