summaryrefslogtreecommitdiff
path: root/www/amaya/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r--www/amaya/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
new file mode 100644
index 00000000000..638ad16ecda
--- /dev/null
+++ b/www/amaya/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/20 16:50:08 drochner Exp $
+#
+
+DISTNAME= amaya-src-3.1
+PKGNAME= amaya-3.1
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.w3.org/pub/amaya/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= drochner@netbsd.org
+HOMEPAGE= http://www.w3.org/Amaya/
+
+WRKSRC= ${WRKDIR}/Amaya/work
+GNU_CONFIGURE= yes
+CONFIGURE_SCRIPT= ../configure
+
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png>=1.0.1:../../graphics/png
+
+USE_MOTIF= yes
+USE_GMAKE= yes
+
+post-extract:
+ ${MKDIR} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"