mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3e4ed01146
- 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)
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# New Ports collection makefile for: xvmixer
|
|
# Date created: Tue Apr 15 23:07:07 EDT 2003
|
|
# Whom: Serge Gagnon <gagnon__s@videotron.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xvmixer
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open Look-based audio mixer
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DUSE_XBM_ICON" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" LIBRARIES="-lxview -lolgx -lX11"
|
|
PLIST_FILES= bin/xvmixer
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${LOCALBASE}/bin
|
|
|
|
.include <bsd.port.mk>
|