freebsd-ports/audio/ermixer/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

41 lines
721 B
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ermixer
# Date created: 2003-01-20
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= ermixer
PORTVERSION= 0.8
PORTREVISION= 6
PORTEPOCH= 0
CATEGORIES= audio kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer
.if !defined(WITHOUT_X11)
USE_QT_VER= 3
CONFIGURE_ARGS+=--enable-qt
.endif
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= ${PTHREAD_LIBS}
CPPFLAGS+= ${PTHREAD_CFLAGS}
PLIST_FILES= bin/ermixer
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
pre-configure:
cd ${WRKSRC}; ./automoc
.include <bsd.port.post.mk>