mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
e86b55727a
and perform other minor cleanups along the way, whenever noticed.
40 lines
942 B
Makefile
40 lines
942 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lplayer
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt program to queue lots of MP3s for random XMMS play
|
|
|
|
LIB_DEPENDS= db_cxx-4.3:${PORTSDIR}/databases/db43 \
|
|
xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
DEPRECATED= Depends on Qt3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_XORG= x11 xinerama
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
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|-ldb_cxx|-ldb_cxx-4.3|g' ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@${LN} -sf lplayer ${PREFIX}/bin/longplayer
|
|
|
|
.include <bsd.port.mk>
|