mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5c6f87dd06
Lossless Audio Codec interface Python module that provides the Free Lossless Audio Codec interface PR: ports/91348 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
29 lines
668 B
Makefile
29 lines
668 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= bh@izb.knu.ac.kr
|
|
COMMENT= Python module that provides the Free Lossless Audio Codec interface
|
|
|
|
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
|
|
|
USE_PYTHON= yes
|
|
USE_GMAKE= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${GMAKE} build
|
|
|
|
.include <bsd.port.mk>
|