34 lines
786 B
Makefile
34 lines
786 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 1999/02/09 17:08:53 rohee Exp $
|
|
#
|
|
# Amaya, the W3C http://www.w3.org browser
|
|
#
|
|
|
|
DISTNAME = amaya-src-1.4a
|
|
DIST_SUBDIR = amaya # I have a good reasons to do so, dictionaries will go
|
|
# in the same dir
|
|
PKGNAME = amaya-1.4a
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = rohee@OpenBSD.ORG
|
|
|
|
MASTER_SITES = ftp://ftp.w3.org/pub/amaya/ \
|
|
ftp://ftp-eu.w3.org/pub/amaya/
|
|
|
|
NEED_VERSION = 1.60
|
|
|
|
USE_MOTIF = yes
|
|
|
|
WRKSRC = ${WRKDIR}/Thot
|
|
WRKBUILD = ${WRKSRC}/obj
|
|
|
|
#USE_X11 = yes # not used :-(, all goes in /usr/local
|
|
GNU_CONFIGURE = yes
|
|
USE_GMAKE = yes
|
|
CONFIGURE_ARGS = -with-amaya
|
|
|
|
#get rid of -g, really too big
|
|
post-configure:
|
|
${SED} 's/^CFLAGS.*$\/CFLAGS = -O2/' ${WRKBUILD}/Options.orig >${WRKBUILD}/Options
|
|
|
|
.include <bsd.port.mk>
|