aboutsummaryrefslogtreecommitdiffstats
path: root/audio/maplay/Makefile
blob: 88df266914073f98e743ec4b0d9ad815af837eb5 (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
# New ports collection makefile for:    maplay
# Version required:     1.2
# Date created:         Feb 13 1995
# Whom:                 jkh
#
# $Id: Makefile,v 1.5 1997/01/06 12:04:00 jkh Exp $
#

DISTNAME=       maplay1_2
PKGNAME=    maplay-1.2
CATEGORIES= audio
MASTER_SITES=   ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/
EXTRACT_SUFX=   .tar.Z

MAINTAINER= torstenb@FreeBSD.org

NO_WRKSUBDIR=   yes
PATCH_STRIP=    -p2

pre-configure:
    @(cd ${WRKSRC}; make pre-install)

.include <bsd.port.mk>