summaryrefslogtreecommitdiff
path: root/www/Mosaic/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-08-23 13:38:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-08-23 13:38:36 +0000
commitcfc59907359f040294d24b625b1f1b4a90729d09 (patch)
tree57e44ad04f1aad70ac3b125b6c09367900353ccf /www/Mosaic/Makefile
parentAdded ical. (diff)
Bring in a port of Mosaic. This can only be built by people with Motif,
so we'll not enable it by default. Submitted by: torstenb
Notes
Notes: svn path=/head/; revision=2102
Diffstat (limited to 'www/Mosaic/Makefile')
-rw-r--r--www/Mosaic/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
new file mode 100644
index 000000000000..c07fda219051
--- /dev/null
+++ b/www/Mosaic/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: Mosaic
+# Version required: 2.6
+# Date created: 7 August 1995
+# Whom: torstenb
+#
+# $Id$
+#
+
+DISTNAME= Mosaic-src-2.6
+CATEGORIES= networking
+LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
+WRKSRC= ${WRKDIR}/Mosaic-src
+ALL_TARGET= default
+
+# don't waste diskspace
+post-extract:
+ @rm -rf ${WRKSRC}/libjpeg
+
+.include <bsd.port.mk>