summaryrefslogtreecommitdiff
path: root/wm/sawfish-replibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/sawfish-replibs/Makefile')
-rw-r--r--wm/sawfish-replibs/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/sawfish-replibs/Makefile b/wm/sawfish-replibs/Makefile
new file mode 100644
index 00000000000..a83166bc4d5
--- /dev/null
+++ b/wm/sawfish-replibs/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+#
+
+PKGNAME= sawfish-replibs-${SF_VERS}
+
+do-build:
+ cd ${WRKSRC}/src && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} client.la
+
+do-install:
+ ${MKDIR} ${PREFIX}/libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish
+ cd ${WRKSRC}/src && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-client-la
+
+.include "../../wm/sawfish/Makefile.common"