summaryrefslogtreecommitdiff
path: root/audio/maplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r--audio/maplay/Makefile21
1 files changed, 2 insertions, 19 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
index 8a9abd0227c..e27bf73fd94 100644
--- a/audio/maplay/Makefile
+++ b/audio/maplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/11/22 16:37:01 marino Exp $
+# $NetBSD: Makefile,v 1.23 2011/11/22 20:57:34 wiz Exp $
DISTNAME= maplay1_2
PKGNAME= maplay-1.2
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -19,24 +20,6 @@ NOT_FOR_PLATFORM= Interix-*-*
INSTALLATION_DIRS= bin
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "DragonFly"
-SUBST_CLASSES+= iostream iomanip
-SUBST_STAGE.iostream= post-patch
-SUBST_STAGE.iomanip= post-patch
-SUBST_FILES.iostream= obuffer.h synthesis_filter.h \
- ulaw.cc crc.cc ibitstream.cc obuffer.cc \
- subband_layer_1.cc subband_layer_2.cc \
- scalefactors.cc synthesis_filter.cc \
- header.cc maplay.cc
-SUBST_FILES.iomanip= header.cc maplay.cc
-SUBST_SED.iostream= -e 's,<iostream.h>,<iostream>,' \
- -e 's,cerr,std::cerr,g'
-SUBST_SED.iomanip= -e 's,<iomanip.h>,<iomanip>,'
-SUBST_MESSAGE.iostream= Fixing old iostream headers includes
-SUBST_MESSAGE.iomanip= Fixing old iomanip headers includes
-.endif
-
pre-configure:
cd ${WRKSRC} && ${MAKE} pre-install