1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/maplay/Makefile

33 lines
672 B
Makefile
Raw Normal View History

1995-02-14 08:32:41 +00:00
# New ports collection makefile for: maplay
# Version required: 1.2
# 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
#
DISTNAME= maplay1_2
1995-04-11 19:46:58 +00:00
PKGNAME= maplay-1.2
CATEGORIES= audio
MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/
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
PATCH_STRIP= -p2
do-build:
1995-02-14 08:32:41 +00:00
@(cd ${WRKSRC}; make pre-install)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin
post-install:
.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>