openbsd-ports/audio/ncmpcpp/Makefile

44 lines
782 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/21 08:45:13 ajacoutot Exp $
COMMENT = ncurses mpd client inspired by ncmpc
2012-04-02 10:09:36 -04:00
DISTNAME = ncmpcpp-0.5.10
REVISION = 3
EXTRACT_SUFX = .tar.bz2
CATEGORIES = audio
2012-09-28 08:56:03 -04:00
HOMEPAGE = http://ncmpcpp.rybczak.net/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
2012-09-28 08:56:03 -04:00
MASTER_SITES = ${HOMEPAGE}stable/ \
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
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-clock \
--enable-outputs \
--enable-unicode \
--with-curl \
--with-iconv \
--with-taglib \
--without-fftw
2013-03-10 18:55:01 -04:00
NO_TEST = Yes
.include <bsd.port.mk>