summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.bsd-wrapper8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
new file mode 100644
index 0000000..bb80b57
--- /dev/null
+++ b/Makefile.bsd-wrapper
@@ -0,0 +1,8 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2013/08/13 07:07:13 guenther Exp $
+
+SHARED_LIBS= Xss 6.0
+
+afterinstall:
+ cd ${DESTDIR}${X11BASE}/man/man3 ; ln -sf Xss.3 XScreenSaver.3
+
+.include <bsd.xorg.mk>