2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Serge Gagnon <gagnon__s@videotron.ca>
|
2003-07-23 17:02:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xvmixer
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-07-23 17:02:48 +02:00
|
|
|
CATEGORIES= audio
|
2004-03-25 08:57:49 +01:00
|
|
|
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/
|
2003-07-23 17:02:48 +02:00
|
|
|
|
2004-05-09 09:10:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-23 17:02:48 +02:00
|
|
|
COMMENT= Open Look-based audio mixer
|
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview
|
2003-07-23 17:02:48 +02:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DUSE_XBM_ICON" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" LIBRARIES="-lxview -lolgx -lX11"
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xvmixer
|
2003-07-23 17:02:48 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-02-28 16:31:53 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${STAGEDIR}${PREFIX}/bin
|
2003-07-23 17:02:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|