2006-04-15 01:25:09 +02:00
|
|
|
# New ports collection makefile for: libmpcdec
|
2004-11-30 22:03:12 +01:00
|
|
|
# Date created: 29 November 2004
|
|
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-05-31 17:40:47 +02:00
|
|
|
PORTNAME= libmpcdec
|
2006-04-15 18:00:03 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2004-11-30 22:03:12 +01:00
|
|
|
CATEGORIES= audio
|
2006-04-15 18:00:03 +02:00
|
|
|
MASTER_SITES= http://files2.musepack.net/source/ \
|
2006-07-21 21:51:36 +02:00
|
|
|
${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
2004-11-30 22:03:12 +01:00
|
|
|
|
2006-04-15 01:25:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-30 22:03:12 +01:00
|
|
|
COMMENT= High quality audio compression format
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O3\ -fomit-frame-pointer||g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|