- Portlint, tweak plist
PR: 141732 Submitted by: glen.j.barber AT gmail.com Approved by: miwi (mentor)
This commit is contained in:
parent
6becd0000f
commit
09bf2ee892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246137
2 changed files with 13 additions and 12 deletions
|
@ -5,14 +5,14 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= akode-plugins-${PORTNAMESUFX}
|
||||
PORTVERSION= 2.0.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR=distfiles
|
||||
DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2
|
||||
EXTRACT_SUFX= # none
|
||||
PORTNAME= akode-plugins-${PORTNAMESUFX}
|
||||
PORTVERSION= 2.0.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Resampler plugin for akode
|
||||
|
@ -25,12 +25,16 @@ PLUGIN= src_resampler
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= lib/libakode_src_resampler.a \
|
||||
lib/libakode_src_resampler.la \
|
||||
lib/libakode_src_resampler.so
|
||||
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs
|
||||
CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \
|
||||
--with-extra-includes=${LOCALBASE}/include
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
lib/libakode_src_resampler.a
|
||||
lib/libakode_src_resampler.la
|
||||
lib/libakode_src_resampler.so
|
Loading…
Reference in a new issue