cb44dd834e
to use USE_GETOPT_LONG.
21 lines
442 B
Makefile
21 lines
442 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 contoroling tool useful for laptops
|
|
|
|
USE_GETOPT_LONG=YES
|
|
|
|
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|