be92838110
of ATI Rage Mobility P/M graphics boards under FreeBSD on x86. Supports switching the used TV standard from NTSC to PAL. WWW: http://0pointer.de/lennart/projects/atitvout/ PR: ports/92647 Submitted by: Anish Mistry <amistry@am-productions.biz>
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# New ports collection makefile for: atitvout
|
|
# Date created: 2006-01-31
|
|
# Whom: Anish Mistry <amistry@am-productions.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atitvout
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/atitvout/ \
|
|
http://am-productions.biz/docs/
|
|
|
|
MAINTAINER= amistry@am-productions.biz
|
|
COMMENT= Toggle TV Out on Mach64 graphics cards
|
|
|
|
LIB_DEPENDS= lrmi:${PORTSDIR}/devel/lrmi
|
|
|
|
WRKSRC= ${WRKDIR}/atitvout
|
|
MAKEFILE= Makefile.bsd
|
|
|
|
PLIST_FILES+= sbin/atitvout
|
|
|
|
.include <bsd.port.mk>
|