freebsd-ports/sysutils/i855vidctl10/Makefile

27 lines
502 B
Makefile
Raw Normal View History

# 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= Resolution tool for Centrino based laptops
2004-12-25 13:19:58 +01:00
ONLY_FOR_ARCHS= i386
2004-12-26 08:28:02 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.4
2005-05-21 20:04:44 +02:00
BROKEN= "Does not compile on FreeBSD 4.x"
2004-12-26 08:28:02 +01:00
.endif
.include <bsd.port.post.mk>