diff options
Diffstat (limited to 'audio/akode-plugins-mpeg/Makefile')
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index 8ad45f05eef2..ea2c3fe582f3 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -5,15 +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= MPEG audio decoder plugin for akode @@ -26,12 +25,16 @@ PLUGIN= mpeg_decoder 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_mpeg_decoder.a \ + lib/libakode_mpeg_decoder.la \ + lib/libakode_mpeg_decoder.so + CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include |