2011-10-13 07:15:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2011/10/13 11:15:41 dcoppa Exp $
|
2011-07-25 16:08:23 -04:00
|
|
|
|
|
|
|
COMMENT = ncurses mpd client inspired by ncmpc
|
|
|
|
|
2011-10-13 07:15:41 -04:00
|
|
|
DISTNAME = ncmpcpp-0.5.8
|
2011-07-25 16:08:23 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-08-24 16:32:50 -04:00
|
|
|
MASTER_SITES = ${HOMEPAGE} \
|
|
|
|
http://distfiles.nl/
|
2011-07-25 16:08:23 -04:00
|
|
|
|
|
|
|
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>
|