# New ports collection makefile for:   gyvekernel
# Version required:    0.1.7
# Date created:        22 April 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD: ports/graphics/gyvekernel/Makefile,v 1.11 1999/08/25 06:14:14 obrien Exp $
#

DISTNAME=	gyvekernel-0.1.7
CATEGORIES=	graphics
MASTER_SITES= 	ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/

MAINTAINER=	nacai@iname.com

LIB_DEPENDS=	gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
LIB_DEPENDS+=	gtkDPS.1:${PORTSDIR}/graphics/gtkdps
BUILD_DEPENDS=	pswrap:${PORTSDIR}/x11/dgs
BUILD_DEPENDS+=	${X11BASE}/lib/libgyvefigs.a:${PORTSDIR}/graphics/gyvefigs
BUILD_DEPENDS+=	${X11BASE}/lib/libgyvegui.a:${PORTSDIR}/graphics/gyvegui
BUILD_DEPENDS+=	${LOCALBASE}/lib/libsk.a:${PORTSDIR}/misc/scriptkit
BUILD_DEPENDS+=	${LOCALBASE}/share/guile/1.3/gyve/data.scm:${PORTSDIR}/misc/gyvescm
BUILD_DEPENDS+=	gimptool:${PORTSDIR}/graphics/gimp1

BROKEN=		Depends on guileobjc, which is broken.

CONFIGURE_ARGS+=	--with-dps-includes=${X11BASE}/include \
			--with-dps-libraries=${X11BASE}/lib
GNU_CONFIGURE=	yes
USE_X_PREFIX=	yes
CONFIGURE_ENV=		GTK_CONFIG="${X11BASE}/bin/gtk10-config"

.include <bsd.port.mk>
