1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/tosha/Makefile
Erwin Lansing d7df1ad896 Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.

Submitted by:   pointyhat
2008-12-25 12:26:17 +00:00

28 lines
543 B
Makefile

# New ports collection makefile for: tosha
# Date created: 01 Jan 1999
# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
#
# $FreeBSD$
#
PORTNAME= tosha
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markp
MAINTAINER= ports@FreeBSD.org
COMMENT= Read CD digital audio and video data via the SCSI bus
MAN1= pcmfade.1 pcmplay.1 tosha.1
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800058
BROKEN= does not build
.endif
.include <bsd.port.post.mk>