1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/libaudiofile/Makefile
Stefan Eßer 1f62a545cf audio/libaudiofile: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 21:36:14 +02:00

30 lines
693 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $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= cpe pathfix pkgconfig tar:xz libtool
CPE_PRODUCT= audiofile
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiofile.so.1
.include <bsd.port.mk>