forked from Lainports/freebsd-ports
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
16 lines
365 B
Makefile
16 lines
365 B
Makefile
# New ports collection makefile for: radeontool
|
|
# Date created: 10 Dec 2005
|
|
# Whom: takawata@jp.FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= radeontool
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://fdd.com/software/radeon/
|
|
|
|
MAINTAINER= takawata@jp.freebsd.org
|
|
COMMENT= ATI Radeon video card controlling tool useful for laptops
|
|
|
|
.include <bsd.port.mk>
|