2003-01-21 00:54:27 +00:00
|
|
|
# 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
|
2009-07-31 13:57:52 +00:00
|
|
|
PORTREVISION= 4
|
2003-01-21 00:54:27 +00:00
|
|
|
PORTEPOCH= 0
|
|
|
|
CATEGORIES= audio kde
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2003-01-21 00:54:27 +00:00
|
|
|
|
2003-06-08 21:06:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-06 13:26:55 +00:00
|
|
|
COMMENT= A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer
|
2003-01-21 00:54:27 +00:00
|
|
|
|
2004-11-06 13:26:55 +00:00
|
|
|
.if !defined(WITHOUT_X11)
|
2003-01-25 01:16:53 +00:00
|
|
|
USE_QT_VER= 3
|
2004-11-06 13:26:55 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-qt
|
|
|
|
.endif
|
|
|
|
|
2007-01-23 17:37:44 +00:00
|
|
|
USE_PERL5_BUILD= yes
|
2003-01-21 00:54:27 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS}"
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/ermixer
|
2003-01-21 00:54:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${FILESDIR}/manpages.mk"
|
2007-01-23 17:37:44 +00:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC}; ./automoc
|
|
|
|
|
2003-01-21 00:54:27 +00:00
|
|
|
.include <bsd.port.post.mk>
|