1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/lplayer/Makefile
Martin Wilke 3e4ed01146 - 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

46 lines
1.1 KiB
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: longplayer
# Date created: 2002-12-16
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= lplayer
PORTVERSION= 1.01
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QT program to queue lots of MP3s for random XMMS play
LIB_DEPENDS= db_cxx-4.3.0:${PORTSDIR}/databases/db43 \
xmms.4:${PORTSDIR}/multimedia/xmms
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= x11 xinerama
USE_QT_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-xmms-prefix=${LOCALBASE} --with-xinerama
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
QTCPPFLAGS+= -I${LOCALBASE}/include/db43
post-patch:
@${REINPLACE_CMD} -e 's|-O2 ||g ; \
s|-pedantic ||g ; \
s|-lpthread|${PTHREAD_LIBS}|g ; \
s|-ldb_cxx|-ldb_cxx-4.3|g' ${WRKSRC}/configure
post-install:
@${LN} -sf lplayer ${PREFIX}/bin/longplayer
.include <bsd.port.mk>