summaryrefslogtreecommitdiff
path: root/sysutils/915resolution/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2006-06-11 14:03:58 +0000
committermarkd <markd>2006-06-11 14:03:58 +0000
commit2a698621af35066dcc95778a5f40a9480a65ed75 (patch)
treeddd2d8f5e649af65b66a458166955a845df53570 /sysutils/915resolution/Makefile
parentae9467d26c6550d59cf8619fe9b44395db30ee4d (diff)
downloadpkgsrc-2a698621af35066dcc95778a5f40a9480a65ed75.tar.gz
Initial import of 915resolution version 0.5.2
915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is neccessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server. 915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots in order for it's changes to take effect. 915resolution is derived from the tool 855resolution. However, the code differs substantially. 915resolution's code base is much simpler. 915resolution also allows the modification of bits per pixel.
Diffstat (limited to 'sysutils/915resolution/Makefile')
-rw-r--r--sysutils/915resolution/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile
new file mode 100644
index 00000000000..b42674c56a2
--- /dev/null
+++ b/sysutils/915resolution/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 14:03:58 markd Exp $
+#
+
+DISTNAME= 915resolution-0.5.2
+CATEGORIES= sysutils
+MASTER_SITES= ${HOMEPAGE}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.geocities.com/stomljen/
+COMMENT= BIOS VESA resolution utility for 8XX/9XX Intel chips
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+USE_TOOLS+= gmake
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/915resolution
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/915resolution
+
+.include "../../mk/bsd.pkg.mk"