summaryrefslogtreecommitdiff
path: root/x11/libXxf86vm/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-14 15:06:45 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-14 15:06:45 +0000
commit2b687f9e83a74c0a836a4a764571acd8cdfefdce (patch)
tree607a60c18ca0f95cdbc42c2255debe1ea0c0504c /x11/libXxf86vm/Makefile
parent7ce35c02fc0f620c8086c52d0a9ce8f8c5bffa92 (diff)
downloadpkgsrc-2b687f9e83a74c0a836a4a764571acd8cdfefdce.tar.gz
Import libXx86vm-1.0.1 from pkgsrc-wip:
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mode switching to be controlled. This library is from the modular X.org project.
Diffstat (limited to 'x11/libXxf86vm/Makefile')
-rw-r--r--x11/libXxf86vm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile
new file mode 100644
index 00000000000..b8148f08023
--- /dev/null
+++ b/x11/libXxf86vm/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 15:06:45 joerg Exp $
+#
+
+DISTNAME= libXxf86vm-1.0.1
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/releases/individual/lib/
+COMMENT= Library for the XFree86-VidMode X extension
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
+CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xf86vidmodeproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"