mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
36b3ec0f0d
PR: 27525 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
27 lines
601 B
Makefile
27 lines
601 B
Makefile
# New ports collection makefile for: maplay
|
|
# Date created: Feb 13 1995
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= maplay
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/other-servers/Maplay-Mirror/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|