freebsd-ports/audio/cdplay/Makefile
Tim Vanderhoek d088df7687 Add patches to support IDE cd-roms. While I'm here, respect
${CFLAGS}.  Heck, why not go all the way and respect ${PREFIX},
too (respect now added).  As an intentional side-effect, these
patches also prevent the pause function from blasting the listener's
ears off (the way cdcontrol currently does (and cdplay used to)).
1998-06-27 05:35:02 +00:00

21 lines
460 B
Makefile

# New ports collection makefile for: cdplay
# Version required: 0.92
# Date created: 8 July 1997
# Whom: Antti Kaipila <anttik@iki.fi>
#
# $Id: Makefile,v 1.2 1998/01/05 17:12:11 vanilla Exp $
#
DISTNAME= cdplay-0.92
CATEGORIES= audio
MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/
MAINTAINER= anttik@iki.fi
pre-patch:
@${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz
post-patch:
@${GZIP_CMD} ${WRKSRC}/cdplay.1
.include <bsd.port.mk>