2014-09-02 08:44:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2014/09/02 08:44:15 dcoppa Exp $
|
2006-06-03 16:50:53 +00:00
|
|
|
|
2007-09-15 21:26:00 +00:00
|
|
|
COMMENT= curses based frontend for mpd
|
2006-06-03 16:50:53 +00:00
|
|
|
|
2014-09-02 08:44:15 +00:00
|
|
|
VER= 0.24
|
2013-09-24 14:30:33 +00:00
|
|
|
DISTNAME= ncmpc-${VER}
|
2010-08-19 08:08:24 +00:00
|
|
|
EPOCH= 0
|
2006-06-03 16:50:53 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2013-09-19 16:34:14 +00:00
|
|
|
HOMEPAGE= http://www.musicpd.org/clients/ncmpc/
|
2006-06-03 16:50:53 +00:00
|
|
|
|
2012-03-04 16:57:19 +00:00
|
|
|
MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
2006-06-03 16:50:53 +00:00
|
|
|
|
2010-04-05 19:05:11 +00:00
|
|
|
# GPLv2
|
2006-06-03 16:50:53 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2014-09-02 08:44:15 +00:00
|
|
|
WANTLIB= c glib-2.0 mpdclient>=1 ncursesw pthread
|
2010-11-15 00:22:45 +00:00
|
|
|
LIB_DEPENDS= devel/glib2 \
|
2011-04-06 11:13:09 +00:00
|
|
|
audio/libmpdclient>=2.4
|
2006-06-03 16:50:53 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2013-09-24 14:30:33 +00:00
|
|
|
MASTER_SITES= http://www.musicpd.org/download/ncmpc/${VER:R}/
|
2006-06-03 16:50:53 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2012-03-04 16:57:19 +00:00
|
|
|
CONFIGURE_ENV= CPP=${CPP} \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include \
|
2010-04-05 19:05:11 +00:00
|
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
2007-09-19 19:15:12 +00:00
|
|
|
|
2010-04-05 19:05:11 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ncmpc
|
|
|
|
mv ${PREFIX}/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
|
|
|
|
${PREFIX}/share/examples/ncmpc/
|
2007-09-19 19:15:12 +00:00
|
|
|
|
2006-06-03 16:50:53 +00:00
|
|
|
.include <bsd.port.mk>
|