1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/cdplay/Makefile
Tim Vanderhoek e4be841dab Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
1998-08-22 06:07:08 +00:00

21 lines
425 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.3 1998/06/27 05:34:55 hoek Exp $
#
DISTNAME= cdplay-0.92
CATEGORIES= audio
MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/
MAINTAINER= anttik@iki.fi
MAN1= cdplay.1
pre-patch:
@${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz
.include <bsd.port.mk>