mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
41 lines
846 B
Makefile
41 lines
846 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= 2
|
|
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)
|
|
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"
|
|
PLIST_FILES= bin/ermixer
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ./automoc
|
|
|
|
.include <bsd.port.post.mk>
|