summaryrefslogtreecommitdiff
path: root/x11/xnodecor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xnodecor/Makefile')
-rw-r--r--x11/xnodecor/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
new file mode 100644
index 00000000000..a7bcbc2a02d
--- /dev/null
+++ b/x11/xnodecor/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $
+# FreeBSD Id: ports/x11/xnodecor/Makefile,v 1.2 2003/09/09 09:17:20 erwin Exp
+
+DISTNAME= xnodecor-0.1
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/
+DISTFILES= xnodecor.c
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= # none
+COMMENT= Borderless or undecorated window support utilty
+
+USE_BUILDLINK2= yes
+USE_X11BASE= yes
+NO_CONFIGURE= yes
+
+do-extract:
+ @${MKDIR} ${WRKSRC}
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"