summaryrefslogtreecommitdiff
path: root/www/mMosaic/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2002-08-20 00:39:54 +0000
committerfredb <fredb>2002-08-20 00:39:54 +0000
commite3a5aeda6f9dd3b43124c3866831afc89f4a71fe (patch)
tree20453754f1ac8a06e7f181697365462b3b0f86a2 /www/mMosaic/Makefile
parent5ccc40489f4559005dbb6f52832b7a58bb5da74a (diff)
downloadpkgsrc-e3a5aeda6f9dd3b43124c3866831afc89f4a71fe.tar.gz
Initial import of mMosaic-3.7.2. This is a derivative work of NCSA XMosaic
that has some support for tables and frames, builds against openmotif, and is also IPv6 capable! The name stands for "mbone" Mosaic, but that part probably doesn't even work (yet). [For real this time -- previous try misspelled the name of the directory.]
Diffstat (limited to 'www/mMosaic/Makefile')
-rw-r--r--www/mMosaic/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/mMosaic/Makefile b/www/mMosaic/Makefile
new file mode 100644
index 00000000000..ccf8db30f5d
--- /dev/null
+++ b/www/mMosaic/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 00:39:54 fredb Exp $
+#
+
+DISTNAME= mMosaic-3.7.2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.enst.fr/pub/mbone/mMosaic/
+
+MAINTAINER= fredb@netbsd.org
+HOMEPAGE= http://perso.enst.fr/~dauphin/mMosaic/
+COMMENT= Modern derivative of NCSA XMosaic
+
+WRKSRC= ${WRKDIR}/mMosaic-src-3.7.2
+
+USE_X11= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/mMosaic ${PREFIX}/bin/
+
+.include "../../devel/zlib/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
+.include "../../mk/motif.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"