1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/java/kaffe/Makefile

29 lines
640 B
Makefile
Raw Normal View History

# New ports collection makefile for: kaffe
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= kaffe
PORTVERSION= 1.0.5
CATEGORIES= java
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/
MAINTAINER= xaa@xaa.iae.nl
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
ungif.5:${PORTSDIR}/graphics/libungif \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN1= kaffe.1
post-install:
1999-04-10 01:41:02 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
.include <bsd.port.mk>