mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e4be841dab
this port to respect BINOWN and MANOWN.
21 lines
425 B
Makefile
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>
|