aboutsummaryrefslogblamecommitdiff
path: root/java/kaffe/Makefile
blob: 0fdbb4e430aa077b95702992bb525572ba367a2f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             

                                                           
 
           

 
                     
                     
                    
                                                                
 
                                        
                                                                                          
 
                                                  
                                                       
                                              
 

                     
                  
             
                   
 

                                                   
                       
 





                                  
             


                                                                
 
                           
# New ports collection makefile for:    kaffe
# Date created:         20 February 1995
# Whom:                 Tim Wilkinson <tim@sarc.city.ac.uk>
#
# $FreeBSD$
#

PORTNAME=	kaffe
PORTVERSION=	1.0.7
CATEGORIES=	java
MASTER_SITES=	ftp://ftp.kaffe.org/pub/kaffe/v1.0.x-production/

MAINTAINER=	xaa+ports@timewasters.nl
COMMENT=	Multi-platform Java virtual machine including JIT compiler and AWT package

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
		ungif.5:${PORTSDIR}/graphics/libungif \
		png.5:${PORTSDIR}/graphics/png

NOT_FOR_ARCHS=	amd64

USE_LIBTOOL_VER=13
LIBTOOLFLAGS=
INSTALLS_SHLIB=	yes

PLIST_SUB+=	PORTVER=${PORTVERSION} ARCH=${ARCH}

MAN1=		kaffe.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502000
BROKEN=		"Does not compile"
.endif

post-install:
	@${MKDIR} ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR}

.include <bsd.port.post.mk>