summaryrefslogtreecommitdiff
path: root/sysutils/i810switch/Makefile
diff options
context:
space:
mode:
authorchristos <christos>2006-12-04 04:42:03 +0000
committerchristos <christos>2006-12-04 04:42:03 +0000
commitcc03a5dd03b01f97a34c5fd612b81d049b1ce4f6 (patch)
tree0f3f0ab406a096605e7a2709a3f3d2e135a20087 /sysutils/i810switch/Makefile
parenta738f8d097ac6b45cd73ef54000bf810560966d0 (diff)
downloadpkgsrc-cc03a5dd03b01f97a34c5fd612b81d049b1ce4f6.tar.gz
Utility to switch on and off the lcd and external crt for intel 8xx graphics
chips.
Diffstat (limited to 'sysutils/i810switch/Makefile')
-rw-r--r--sysutils/i810switch/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/i810switch/Makefile b/sysutils/i810switch/Makefile
new file mode 100644
index 00000000000..3e45aaba6bf
--- /dev/null
+++ b/sysutils/i810switch/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2006/12/04 04:42:03 christos Exp $
+#
+
+DISTNAME= i810switch-0.6.5
+CATEGORIES= sysutils
+MASTER_SITES= http://www16.plala.or.jp/mano-a-mano/i810switch/
+
+MAINTAINER= christos@NetBSD.org
+HOMEPAGE= http://www16.plala.or.jp/mano-a-mano/i810switch/
+COMMENT= Switch LCD/CRT 855/865/915 Intel chips
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 Linux-*-i386
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../mk/bsd.pkg.mk"