summaryrefslogtreecommitdiff
path: root/www/Mosaic/Makefile
diff options
context:
space:
mode:
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>