freebsd-ports/audio/mcplay/files/patch-Makefile
Martin Wilke d6843fd87e mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.

Supported players currently include:
- mpg123
- ogg123
- sox

WWW:	http://www.yahuxo.de/mcplay/

PR:		ports/144879
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-03-20 18:55:54 +00:00

20 lines
534 B
Text

--- Makefile.orig 2002-04-28 06:30:35.000000000 -0700
+++ Makefile 2010-03-19 11:07:59.000000000 -0700
@@ -13,7 +13,7 @@
SOX_CFLAGS=-DHAVE_SOX
#uncomment _one_ of these for midi support
-MID_CFLAGS=-DHAVE_DRVMIDI
+#MID_CFLAGS=-DHAVE_DRVMIDI
#MID_CFLAGS=-DHAVE_PLAYMIDI
#uncomment these two lines if you have lirc
@@ -24,7 +24,7 @@
#LOG_CFLAGS=-DLOG_DIR_S=\"/tmp\"
#set install dirs here
-INSTDIR=/usr/local
+INSTDIR=${PREFIX}
BINDIR=$(INSTDIR)/bin
#####################################################################