pkgsrc/sysutils/915resolution/Makefile
markd 656b72759d 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.
2006-06-11 14:03:58 +00:00

20 lines
513 B
Makefile

# $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"