e2f00ee15c
See http://www.w3.org/Amaya/User/New.html for the changelog - it's too much to list here.
32 lines
790 B
Makefile
32 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/04/09 16:44:58 drochner Exp $
|
|
|
|
DISTNAME= amaya-src-4.3.2
|
|
PKGNAME= amaya-4.3.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.w3.org/pub/amaya/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= drochner@netbsd.org
|
|
HOMEPAGE= http://www.w3.org/Amaya/
|
|
COMMENT= Web Browser/Editor from the World Wide Web Consortium
|
|
|
|
WRKSRC= ${WRKDIR}/Amaya/work
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= ../configure
|
|
CONFIGURE_ARGS+= --with-motif --without-graphic-libs
|
|
CONFIGURE_ENV+= MOTIFBASE=${MOTIFBASE}
|
|
CFLAGS+= -Dunix
|
|
|
|
DEPENDS+= jpeg-6b:../../graphics/jpeg
|
|
DEPENDS+= png>1.0.9:../../graphics/png
|
|
|
|
USE_MOTIF= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
${RM} -rf ${WRKDIR}/Amaya/libjpeg
|
|
${RM} -rf ${WRKDIR}/Amaya/libpng/zlib
|
|
${RM} -rf ${WRKDIR}/Amaya/libpng
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|