32 lines
778 B
Makefile
32 lines
778 B
Makefile
# $OpenBSD: Makefile,v 1.12 1999/05/08 09:00:49 niklas Exp $
|
|
#
|
|
# Relevant URLs: http://www.transvirtual.com/kaffe/
|
|
|
|
DISTNAME= kaffe-1.0.b4
|
|
WRKSRC= ${WRKDIR}/kaffe-1.0b4
|
|
CATEGORIES= lang
|
|
|
|
NEED_VERSION= 1.73
|
|
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
|
LIB_DEPENDS= jpeg.62.:${PORTSDIR}/graphics/jpeg \
|
|
gif.4.:${PORTSDIR}/graphics/giflib \
|
|
png.1.:${PORTSDIR}/graphics/png
|
|
|
|
.if defined(NO_SHARED_LIBS)
|
|
BROKEN= "doesn't work on architectures that do not support shared libs"
|
|
.endif
|
|
|
|
MAINTAINER= ian@OpenBSD.ORG
|
|
|
|
# build/configuration variables
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= ${SETENV} CPPFLAGS=-I/usr/local/include \
|
|
LDFLAGS=-L/usr/local/lib
|
|
|
|
.include <bsd.port.mk>
|