summaryrefslogtreecommitdiff
path: root/www/mdw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mdw/Makefile')
-rw-r--r--www/mdw/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/mdw/Makefile b/www/mdw/Makefile
new file mode 100644
index 000000000000..95481dcf8343
--- /dev/null
+++ b/www/mdw/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: mdw
+# Date created: 5 July 2001
+# Whom: petef@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= mdw
+PORTVERSION= 1.0
+CATEGORIES= www
+MASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/
+
+MAINTAINER= petef@databits.net
+
+GNU_CONFIGURE= yes
+
+MAN1= mdw.1
+
+post-patch:
+ @${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \
+ ${WRKSRC}/doc/mdw.1
+
+post-install:
+ @${MKDIR} ${PREFIX}/share/examples/mdw
+ ${INSTALL_DATA} ${WRKSRC}/doc/example.sh ${PREFIX}/share/examples/mdw
+
+.include <bsd.port.mk>