1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/ncmpc/Makefile
Kirill Ponomarev 1dabc26fbc - Update to 0.10.1
- support for user key bindings (~/.ncmpc/keys)
- a key configuration screen (press 'K')
- improved drawing routines (removes flickering)
- support for seeking, toggle crossfade
- display mpd status flags on the second row [rzx]
  (repeat,random,crossfade)
- support for system-wide configuration files (config,keys)
- the user configuration file is moved to ~/.ncmpc/config

PR:		ports/66346
Submitted by:	maintainer
2004-05-07 07:45:31 +00:00

37 lines
1007 B
Makefile

# New ports collection makefile for: ncmpc
# Date created: Apr 14 2004
# Whom: Mark Reidel <ports@mark.reidel.info>
#
# $FreeBSD$
#
PORTNAME= ncmpc
PORTVERSION= 0.10.1
CATEGORIES= audio
MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
http://mercury.chem.pitt.edu/~shank/
MAINTAINER= ports@mark.reidel.info
COMMENT= Ncurses client for the musicpd
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
glib-2.0.400:${PORTSDIR}/devel/glib20
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_ICONV= yes
MAN1= ncmpc.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ncmpc ${PREFIX}/bin/
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/config.sample ${EXAMPLESDIR}/config
${INSTALL_DATA} ${WRKSRC}/doc/keys.sample ${EXAMPLESDIR}/keys
${INSTALL_DATA} ${WRKSRC}/doc/ncmpc.lirc ${EXAMPLESDIR}/
${INSTALL_MAN} ${WRKSRC}/doc/ncmpc.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>