mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
24 lines
502 B
Makefile
24 lines
502 B
Makefile
# New ports collection makefile for: maplay
|
|
# Version required: 1.2
|
|
# Date created: Feb 13 1995
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb 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= ports@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PATCH_STRIP= -p2
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC}; make pre-install)
|
|
|
|
.include <bsd.port.mk>
|