aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-ogg/Makefile
blob: cd9479abfbaa02731a36b5f083a382718b9d6e0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for: pyogg
# Date created:     23 Sep 2002
# Whom:         nbm
#
# $FreeBSD$
#

PORTNAME=   ogg
PORTVERSION=    1.3
CATEGORIES= audio
MASTER_SITES=   http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pyogg-${PORTVERSION}

MAINTAINER= nbm@FreeBSD.org
COMMENT=    Object-oriented Python bindings for the ogg library

LIB_DEPENDS=    ogg.4:${PORTSDIR}/audio/libogg

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes

do-configure:
    @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py

.include <bsd.port.mk>