summaryrefslogtreecommitdiff
path: root/net/wmnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wmnet/Makefile')
-rw-r--r--net/wmnet/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
new file mode 100644
index 00000000000..b3cf9617eb8
--- /dev/null
+++ b/net/wmnet/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 20:08:52 tron Exp $
+
+DISTNAME= wmnet-1.06
+CATEGORIES= net x11
+MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
+
+USE_IMAKE= YES
+
+do-patch:
+ cd ${WRKSRC}; for i in *; do ${GREP} -q OpenBSD $$i && ${SED} s/OpenBSD/NetBSD/g $$i > temp && ${MV} temp $$i; done
+
+.include "../../mk/bsd.pkg.mk"