1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/maplay/Makefile

27 lines
580 B
Makefile
Raw Normal View History

1995-02-14 08:32:41 +00:00
# New ports collection makefile for: maplay
# Date created: Feb 13 1995
1997-01-07 14:58:04 +00:00
# Whom: jkh
1995-02-14 08:32:41 +00:00
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
1995-02-14 08:32:41 +00:00
#
PORTNAME= maplay
PORTVERSION= 1.2
CATEGORIES= audio
MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/
DISTNAME= maplay1_2
1995-04-11 19:46:58 +00:00
EXTRACT_SUFX= .tar.Z
1998-01-25 20:44:10 +00:00
MAINTAINER= ports@FreeBSD.org
1997-01-07 14:58:04 +00:00
1995-02-14 08:32:41 +00:00
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/maplay
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maplay
.endif
1995-02-14 08:32:41 +00:00
.include <bsd.port.mk>