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

28 lines
572 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
1995-04-11 19:46:58 +00:00
MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/
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
pre-configure:
@(cd ${WRKSRC}; make pre-install)
post-install:
@${MKDIR} ${PREFIX}/share/doc/maplay
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maplay
1995-02-14 08:32:41 +00:00
.include <bsd.port.mk>