openbsd-ports/www/amaya/Makefile

37 lines
769 B
Makefile
Raw Normal View History

1999-07-30 18:14:51 -04:00
# $OpenBSD: Makefile,v 1.4 1999/07/30 22:14:51 rohee Exp $
1999-02-09 12:08:53 -05:00
#
# Amaya, the W3C http://www.w3.org browser
#
1999-07-30 17:03:37 -04:00
DISTNAME = amaya-src-2.1
1999-02-09 12:08:53 -05:00
DIST_SUBDIR = amaya # I have a good reasons to do so, dictionaries will go
# in the same dir
1999-07-30 18:14:51 -04:00
PKGNAME = amaya-2.1
1999-02-09 12:08:53 -05:00
CATEGORIES = www
MAINTAINER = rohee@OpenBSD.ORG
MASTER_SITES = ftp://ftp.w3.org/pub/amaya/ \
ftp://ftp-eu.w3.org/pub/amaya/
1999-04-03 08:39:01 -05:00
NEED_VERSION = 1.80
1999-02-09 12:08:53 -05:00
USE_MOTIF = yes
1999-04-03 08:39:01 -05:00
#SEPARATE_BUILD= concurrent
1999-07-30 17:03:37 -04:00
WRKSRC = ${WRKDIR}/Amaya
1999-02-09 12:08:53 -05:00
WRKBUILD = ${WRKSRC}/obj
#USE_X11 = yes # not used :-(, all goes in /usr/local
GNU_CONFIGURE = yes
USE_GMAKE = yes
CONFIGURE_ARGS = -with-amaya
1999-04-03 08:39:01 -05:00
do-configure:
${MKDIR} ${WRKBUILD} && cd ${WRKBUILD} && ../configure ${CONFIGURE_ARGS}
1999-02-09 12:08:53 -05:00
.include <bsd.port.mk>
1999-07-30 17:03:37 -04:00