# $OpenBSD: Makefile,v 1.4 1999/07/30 22:14:51 rohee Exp $
#
# Amaya, the W3C http://www.w3.org browser
#

DISTNAME	= amaya-src-2.1
DIST_SUBDIR	= amaya # I have a good reasons to do so, dictionaries will go
                        # in the same dir
PKGNAME		= amaya-2.1
CATEGORIES	= www

MAINTAINER	= rohee@OpenBSD.ORG

MASTER_SITES	= ftp://ftp.w3.org/pub/amaya/ \
                  ftp://ftp-eu.w3.org/pub/amaya/

NEED_VERSION	= 1.80

USE_MOTIF	= yes

#SEPARATE_BUILD=	concurrent

WRKSRC		= ${WRKDIR}/Amaya
WRKBUILD	= ${WRKSRC}/obj

#USE_X11		= yes # not used :-(, all goes in /usr/local
GNU_CONFIGURE	= yes
USE_GMAKE	= yes
CONFIGURE_ARGS	= -with-amaya

do-configure:
	${MKDIR} ${WRKBUILD} && cd ${WRKBUILD} && ../configure ${CONFIGURE_ARGS}

.include <bsd.port.mk>


