summaryrefslogtreecommitdiff
path: root/x11/xosd/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xosd/Makefile.common')
-rw-r--r--x11/xosd/Makefile.common23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common
new file mode 100644
index 00000000000..910aea38916
--- /dev/null
+++ b/x11/xosd/Makefile.common
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile.common,v 1.1 2003/04/12 12:14:15 jmmv Exp $
+#
+
+DISTNAME= xosd-2.2.0
+CATEGORIES= x11
+MASTER_SITES= http://www.ignavus.net/
+
+MAINTAINER= jmmv@netbsd.org
+HOMEPAGE= http://www.ignavus.net/software.html
+
+DISTINFO_FILE= ${.CURDIR}/../../x11/xosd/distinfo
+PATCHDIR= ${.CURDIR}/../../x11/xosd/patches
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libtool-disable-static
+
+CONFIGURE_ARGS+= --disable-xinerama
+
+.include "../../mk/pthread.buildlink2.mk"