summaryrefslogtreecommitdiff
path: root/audio/maplay/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 02:18:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 02:18:21 +0000
commitb7734feec4256abe8da82b81ce8ba23ed392c2a3 (patch)
treee195bd7aeae6f6f772b10167cfd55dd027165c93 /audio/maplay/Makefile
parentUpdate to version 1.4. (diff)
Update the MASTER_SITE and tweak the build a bit.
PR: 13660 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=21980
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
index f169d7dc36d8..e954b1b5abc8 100644
--- a/audio/maplay/Makefile
+++ b/audio/maplay/Makefile
@@ -9,7 +9,7 @@
DISTNAME= maplay1_2
PKGNAME= maplay-1.2
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/
+MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -17,11 +17,16 @@ MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
PATCH_STRIP= -p2
-pre-configure:
+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
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maplay
+.endif
.include <bsd.port.mk>