forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
371 B
Makefile
15 lines
371 B
Makefile
# Created by: 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
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} -C -s ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|