freebsd-ports/audio/ermixer/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

40 lines
753 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= 3
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
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ENV+= 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>