summaryrefslogtreecommitdiff
path: root/x11/xnodecor/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xnodecor/files/Makefile')
-rw-r--r--x11/xnodecor/files/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xnodecor/files/Makefile b/x11/xnodecor/files/Makefile
new file mode 100644
index 00000000000..59fa340a9bb
--- /dev/null
+++ b/x11/xnodecor/files/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $
+# $FreeBSD: ports/x11/xnodecor/files/Makefile,v 1.1 2003/09/08 07:08:14 edwin Exp $
+
+all: xnodecor
+
+xnodecor:
+ $(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS) -lX11
+
+install:
+ ${BSD_INSTALL_PROGRAM} xnodecor ${PREFIX}/bin
+
+clean:
+ rm -f *.rej a.out core xnodecor