freebsd-ports/audio/nyello/Makefile

31 lines
800 B
Makefile
Raw Normal View History

# New ports collection makefile for: nyello
# Date created: 03 Mar 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= nyello
PORTVERSION= 0.5.0
CATEGORIES= audio
MASTER_SITES= http://sirius.cine7.net/nyello/releases/
MAINTAINER= alexbl@FreeBSD.org
COMMENT= An advanced command-line interface and shell for xmms2
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/nyello
BROKEN= Not updated to the DrJekyll clientlib API
.include <bsd.port.mk>