1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/mcplay/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

34 lines
761 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= mcplay
DISTVERSION= 0.3i
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/ \
http://www.sourcefiles.org/Multimedia/MP3/Front_End/
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses based front-end to various audio players
LICENSE= GPLv2
USES= ncurses
USE_GNOME= glib12
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
post-patch:
.for i in mcplay.c screen.c
@${REINPLACE_CMD} -e \
's|<sys/termios.h>|<termios.h>|' ${WRKSRC}/${i}
.endfor
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
${STAGEDIR}${PREFIX}/bin)
(cd ${FILESDIR} && ${INSTALL_MAN} ${PORTNAME}.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1)
.include <bsd.port.mk>