freebsd-ports/java/kaffe/Makefile
Satoshi Asami 4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00

25 lines
635 B
Makefile

# New ports collection makefile for: kaffe
# Version required: 1.0.b1
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
# $Id: Makefile,v 1.33 1998/08/04 21:39:58 asami Exp $
#
DISTNAME= kaffe-1.0.b1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
DISTFILES= ${DISTNAME}.tar.gz
MAINTAINER= xaa@xaa.iae.nl
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
MAN1= kaffe.1
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
.include <bsd.port.mk>