pkgsrc/sysutils/radeontool/Makefile
rumble bc985535d7 patch-aa fixed to work with -current as well as previous versions of
NetBSD where <sys/vmparam.h> requires <sys/lock.h>, rather than
<sys/mutex.h>.
2007-12-18 17:04:53 +00:00

19 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/12/18 17:04:53 rumble Exp $
DISTNAME= radeontool-1.5
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://fdd.com/software/radeon/
MAINTAINER= jmcneill@NetBSD.org
HOMEPAGE= http://fdd.com/software/radeon/
COMMENT= Toggle backlight and external video output on Radeon cards
BUILD_TARGET= radeontool
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/radeontool ${PREFIX}/sbin
.include "../../sysutils/pciutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"