30be626929
to build/install correctly; PLIST.noshared
30 lines
660 B
Makefile
30 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.7 1999/02/21 04:26:14 marc Exp $
|
|
#
|
|
# Relevant URLs: http://www.transvirtual.com/kaffe/
|
|
|
|
DISTNAME= kaffe-1.0.b3
|
|
CATEGORIES= lang
|
|
|
|
NEED_VERSION= 1.64
|
|
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
|
|
|
LIB_DEPENDS= jpeg.62.:${PORTSDIR}/graphics/jpeg \
|
|
png.1.:${PORTSDIR}/graphics/png
|
|
|
|
MAINTAINER= ian@OpenBSD.ORG
|
|
|
|
# build/configuration variables
|
|
GNU_CONFIGURE= yes
|
|
.if !defined(NO_SHARED_LIBS)
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
.endif
|
|
|
|
CONFIGURE_ENV= ${SETENV} CPPFLAGS=-I/usr/local/include \
|
|
LDFLAGS=-L/usr/local/lib
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
|
|
|
|
.include <bsd.port.mk>
|