diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-23 14:40:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-23 14:40:13 +0800 |
commit | f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc (patch) | |
tree | fef7eccbbd55a83118883ea87c1cf68a31f57c34 /sysutils/i855vidctl10/Makefile | |
parent | 1c28a9e62ba37233010d5897a51d42205cde0032 (diff) | |
download | freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.tar.gz freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.tar.zst freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.zip |
New port: sysutils/i855vidctl10
The i855vidctl tool was written by Damien Bergamini
<damien.bergamini@free.fr> based on code written by Alain
Poirier for Linux.
It lets you change the resolution to 1400x1050.
PR: ports/71106
Submitted by: Oliver Bantke <oliver.bantke@t-g-p.org>
Diffstat (limited to 'sysutils/i855vidctl10/Makefile')
-rw-r--r-- | sysutils/i855vidctl10/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/i855vidctl10/Makefile b/sysutils/i855vidctl10/Makefile new file mode 100644 index 000000000000..1ec0ce218cbe --- /dev/null +++ b/sysutils/i855vidctl10/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: i855vidctl +# Date created: 27 August 2004 +# Whom: Oliver Bantke +# +# $FreeBSD$ +# + +PORTNAME= i855vidctl +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.t-g-p.org/ +DISTNAME= ${PORTNAME}10 + +MAINTAINER= oliver.bantke@t-g-p.org +COMMENT= Reesolution Tool for Centrino based Laptops + +.include <bsd.port.mk> |