openbsd-ports/audio/ncmpcpp/Makefile
dcoppa 022a8b415b Bugfixes from upstream:
in tag editor, fix going to right column when filename is highlighted
in middle one
(upstream git commit 8e3b0620f0f7f00af76405c1ac5001dd8eb5885b)

fix going to wrong directory in tag editor
(upstream git commit 78cd46b7568e92bbecaa358bae21f3079ecf11ae)

display more detailed info if connection to MPD couldn't be
estabilished (upstream git commit 62157909d5d2008b90bef74a21fdab164f391728)
2011-11-29 12:07:18 +00:00

50 lines
893 B
Makefile

# $OpenBSD: Makefile,v 1.7 2011/11/29 12:07:18 dcoppa Exp $
COMMENT = ncurses mpd client inspired by ncmpc
DISTNAME = ncmpcpp-0.5.8
REVISION = 0
EXTRACT_SUFX = .tar.bz2
CATEGORIES = audio
HOMEPAGE = http://unkart.ovh.org/ncmpcpp/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE} \
http://distfiles.nl/
WANTLIB = c crypto curl idn m mpdclient \
ncursesw pthread ssl stdc++ tag z
LIB_DEPENDS = audio/libmpdclient>=2.4 \
audio/taglib \
net/curl
MODULES = devel/gettext
USE_GROFF = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-clock \
--enable-outputs \
--enable-unicode \
--with-curl \
--with-iconv \
--with-taglib \
--without-fftw
NO_REGRESS = Yes
.include <bsd.port.mk>