freebsd-ports/audio/mp3blaster/Makefile
George C A Reid 511b002ea6 - Update to 3.0p8
- Respect CXXFLAGS

PR:		29782
Submitted by:	Patrick Li <pat@databits.net>
2001-08-20 05:46:00 +00:00

28 lines
566 B
Makefile

# New ports collection makefile for: mp3blaster
# Date created: 5 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= mp3blaster
PORTVERSION= 3.0p8
CATEGORIES= audio
MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \
http://mp3blaster.linuxave.net/src/
MAINTAINER= greid@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= "--with-cxxflags=${CXXFLAGS}"
MAN1= mp3blaster.1 nmixer.1 splay.1
.include <bsd.port.post.mk>