# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: 915resolution X# Date created: 30 Apr 2004 X# Whom: Remington Lang X# X# $FreeBSD$ X XPORTNAME= 915resolution XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://people.tecnik93.com/~acpi_perf/ XDISTNAME= ${PORTNAME} X XMAINTAINER= MrL0Lz@gmail.com XCOMMENT= Resolution tool for Intel i915 video cards X XRUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base X XNO_BUILD= yes X XONLY_FOR_ARCHS= i386 X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/bin X ${BRANDELF} -t Linux ${PREFIX}/bin/915resolution X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (915resolution.tar.gz) = 288082ef15f031bd862328eea27b5024 XSIZE (915resolution.tar.gz) = 11416 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XThis is a resolution hack for Intel 915 based video cards. Based on code Xwritten by Alain Poirer for Linux, modified by Steve Tomljenovic. Binary Xinstall, source code included. X XWWW: http://www.geocities.com/stomljen/ END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/915resolution END-of-pkg-plist exit