blob: e954b1b5abc88f316a3f8c121b0c6db7a0b78e20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: maplay
# Version required: 1.2
# Date created: Feb 13 1995
# Whom: jkh
#
# $FreeBSD$
#
DISTNAME= maplay1_2
PKGNAME= maplay-1.2
CATEGORIES= audio
MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
PATCH_STRIP= -p2
do-build:
@(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
.include <bsd.port.mk>
|