blob: d3aec5d64e3326048cd07ea9b4414aec79ceb1d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.4
.endif
.include <bsd.port.post.mk>
|