fc6f899691
worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476
31 lines
757 B
Makefile
31 lines
757 B
Makefile
# New ports collection makefile for: py-flac
|
|
# Date created: 5 January 2006
|
|
# Whom: Byung-Hee HWANG <bh@izb.knu.ac.kr>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flac
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://www.sacredchao.net/~piman/software/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyflac-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python module that provides the Free Lossless Audio Codec interface
|
|
|
|
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
|
|
|
IGNORE= has been abandoned, needs rewrite for FLAC 1.1.3+
|
|
|
|
USE_PYTHON= yes
|
|
USE_GMAKE= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
PYDISTUTILS_PKGNAME= pyflac
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${GMAKE} build
|
|
|
|
.include <bsd.port.mk>
|