mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
38 lines
685 B
Makefile
38 lines
685 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ermixer
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 7
|
|
PORTEPOCH= 0
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= SF
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
.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>
|