2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
2013-11-08 15:31:40 +01:00
|
|
|
# $MCom: ports/trunk/audio/libaudiofile/Makefile 18610 2013-06-30 16:33:05Z marcus $
|
1998-12-23 20:08:50 +01:00
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= libaudiofile
|
2013-11-08 15:31:40 +01:00
|
|
|
PORTVERSION= 0.3.6
|
2016-07-25 23:46:08 +02:00
|
|
|
PORTREVISION= 3
|
1998-12-23 20:08:50 +01:00
|
|
|
CATEGORIES= audio
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2000-04-08 23:25:03 +02:00
|
|
|
DISTNAME= audiofile-${PORTVERSION}
|
1998-12-23 20:08:50 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2013-11-08 15:31:40 +01:00
|
|
|
COMMENT= Sound library for SGI audio file
|
1998-12-23 20:08:50 +01:00
|
|
|
|
2013-11-08 15:31:40 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-07-25 23:46:08 +02:00
|
|
|
LIB_DEPENDS= libFLAC.so:audio/flac
|
|
|
|
|
2013-11-08 15:31:40 +01:00
|
|
|
CONFLICTS= osalp-0.7.*
|
|
|
|
|
2014-08-06 18:27:34 +02:00
|
|
|
USES= pathfix pkgconfig tar:xz libtool
|
2006-11-05 03:46:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-02-20 19:34:30 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-11-08 15:31:40 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiofile.so.1
|
2003-10-10 04:37:20 +02:00
|
|
|
|
1998-12-23 20:08:50 +01:00
|
|
|
.include <bsd.port.mk>
|