diff options
author | mrg <mrg> | 2003-08-13 05:22:59 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-08-13 05:22:59 +0000 |
commit | 3be8a7f8b73764faabb12fccb27f756771183b74 (patch) | |
tree | 9a145eae6a9cbeb2c922bc4bc208bab09649452b /sysutils/atitvout/Makefile | |
parent | 575b7ed2d33fc4df48b363da2696728e6b78f795 (diff) | |
download | pkgsrc-3be8a7f8b73764faabb12fccb27f756771183b74.tar.gz |
initial import of the "atitvout" package that provides tv-out capabilities
for many recent ATI video cards. tested to be able to switch from the lcd
to the s-video tv-out with a radeon mobility 9000 (M9), and also known to
work on:
ATI Technologies Inc Rage Mobility P/M AGP 2x
ATI Technologies Inc 3D Rage LT Pro AGP-133
ATI Rage Mobility M3
but to fail on:
ATI Technologies Inc Rage Mobility M4 AGP
Diffstat (limited to 'sysutils/atitvout/Makefile')
-rw-r--r-- | sysutils/atitvout/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile new file mode 100644 index 00000000000..013e1d411e9 --- /dev/null +++ b/sysutils/atitvout/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/13 05:23:00 mrg Exp $ + +DISTNAME= atitvout-0.4 +WRKSRC= ${WRKDIR}/atitvout +CATEGORIES= sysutils graphics +MASTER_SITES= http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/ +COMMENT= Allows TV-Out connector support under Linux/NetBSD + +ONLY_FOR_PLATFORM= NetBSD-*-i386 # Linux-*-i386 [gnumakefile needs work] + +USE_CONFIGURE= YES + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +DEPENDS+= lrmi>=0.8:../../emulators/lrmi + +MAKEFILE= Makefile.bsd + +do-configure: + ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC} +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/atitvout ${PREFIX}/sbin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/atitvout + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/atitvout + ${INSTALL_DATA} ${WRKSRC}/test.sh ${PREFIX}/share/doc/atitvout + +.include "../../mk/bsd.pkg.mk" |