freebsd-ports/graphics/s3switch/Makefile
Bruce M Simpson 5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00

34 lines
660 B
Makefile

# New ports collection makefile for: s3switch
# Date created: March 16, 2003
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= s3switch
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.probo.com/timr/
DISTNAME= s3ssrc
MAINTAINER= ports@FreeBSD.org
COMMENT= Enable TV-out on S3 graphics cards
USE_ZIP= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
MAKE_ENV+= FREEBSD=1
MAN1= s3switch.1
PLIST_FILES= bin/s3switch
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/s3switch ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/s3switch.1x ${PREFIX}/man/man1/s3switch.1
.include <bsd.port.mk>