29 lines
747 B
Makefile
29 lines
747 B
Makefile
# New ports collection makefile for: kaffe
|
|
# Version required: 1.0.b3
|
|
# Date created: 20 February 1995
|
|
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
|
|
#
|
|
# $Id: Makefile,v 1.38 1998/12/11 00:51:40 steve Exp $
|
|
#
|
|
|
|
DISTNAME= kaffe-1.0.b3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
|
|
|
MAINTAINER= xaa@xaa.iae.nl
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
gif.3:${PORTSDIR}/graphics/giflib \
|
|
png.3:${PORTSDIR}/graphics/png
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib"
|
|
MAN1= kaffe.1
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
|
|
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|