c013a8fd69
Practical Music Search is a ncurses-based client for MPD. It has a command line interface much like Vim, and supports custom colors, layouts, and key bindings. PMS aims to be accessible and highly configurable. with some tweaks by and ok jasper@
29 lines
614 B
Makefile
29 lines
614 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/31 02:51:02 landry Exp $
|
|
|
|
COMMENT= curses based frontend for mpd
|
|
|
|
DISTNAME= pms-0.40.6
|
|
EXTRACT_SUFX = .tar.bz2
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://pms.sourceforge.net/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m ncurses stdc++
|
|
LIB_DEPENDS= glib-2.0::devel/glib2
|
|
|
|
MODULES= textproc/intltool devel/gettext
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pms/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|