d1767d6d0e
====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac PR: 206888 Submitted by: jkim Approved by: portmgr blanket, maintainer timeout (6 months)
28 lines
677 B
Makefile
28 lines
677 B
Makefile
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/audio/libaudiofile/Makefile 18610 2013-06-30 16:33:05Z marcus $
|
|
|
|
PORTNAME= libaudiofile
|
|
PORTVERSION= 0.3.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
DISTNAME= audiofile-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Sound library for SGI audio file
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libFLAC.so:audio/flac
|
|
|
|
CONFLICTS= osalp-0.7.*
|
|
|
|
USES= pathfix pkgconfig tar:xz libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiofile.so.1
|
|
|
|
.include <bsd.port.mk>
|