diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
commit | e68fb0f022849f5a9296efe7e0a15a0655277a55 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/lplayer | |
parent | fb9569a05844c6f9d4285d678446d5b14da11301 (diff) | |
download | freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.gz freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.zst freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.zip |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Diffstat (limited to 'audio/lplayer')
-rw-r--r-- | audio/lplayer/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/lplayer/Makefile b/audio/lplayer/Makefile index 0a6c63592270..72efc157207c 100644 --- a/audio/lplayer/Makefile +++ b/audio/lplayer/Makefile @@ -9,12 +9,12 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A QT program to queue lots of MP3s for random XMMS play +COMMENT= 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 +LIB_DEPENDS= db_cxx-4.3:${PORTSDIR}/databases/db43 \ + xmms:${PORTSDIR}/multimedia/xmms -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -30,10 +30,8 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${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 + @${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 |