1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/ermixer/Makefile

41 lines
846 B
Makefile
Raw Normal View History

# 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= 1
PORTEPOCH= 0
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer
.if !defined(WITHOUT_X11)
2003-01-25 01:16:53 +00:00
USE_QT_VER= 3
CONFIGURE_ARGS+=--enable-qt
.endif
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} -L${X11BASE}/lib"
CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/ermixer
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
pre-configure:
cd ${WRKSRC}; ./automoc
.include <bsd.port.post.mk>