7aba82966d
playlist disappeared in columns display mode when there is no config file) (upstream git commit 6126def6c5b339c7f43d99c47501dde21d4943b3) help: fix typo (upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637)
49 lines
894 B
Makefile
49 lines
894 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/08/08 12:32:10 dcoppa Exp $
|
|
|
|
COMMENT = ncurses mpd client inspired by ncmpc
|
|
|
|
DISTNAME = ncmpcpp-0.5.10
|
|
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>
|