summaryrefslogtreecommitdiff
path: root/app/fvwm/modules/FvwmRearrange/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
commit1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch)
treef164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/modules/FvwmRearrange/Makefile
parent841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff)
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/modules/FvwmRearrange/Makefile')
-rw-r--r--app/fvwm/modules/FvwmRearrange/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/fvwm/modules/FvwmRearrange/Makefile b/app/fvwm/modules/FvwmRearrange/Makefile
new file mode 100644
index 000000000..0997a0203
--- /dev/null
+++ b/app/fvwm/modules/FvwmRearrange/Makefile
@@ -0,0 +1,14 @@
+# $Xenocara: Makefile,v 1.1 2006/04/17 20:16:24 matthieu Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${DIST}/modules/FvwmRearrange
+
+PROG= FvwmRearrange
+SRCS= FvwmRearrange.c
+
+LDADD+= -lXpm -lX11
+BINDIR= ${FVWMLIBDIR}
+
+.include <bsd.prog.mk>
+.include <bsd.xorg.mk>