aboutsummaryrefslogtreecommitdiffstats
path: root/audio/oggsplit/Makefile
blob: da99370881e8d9606ff07b99b2b848d847f3df06 (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
27
28
29
# New ports collection makefile for:    oggsplit
# Date created:         29 Dec 2004
# Whom:             Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   oggsplit
PORTVERSION=    0.1.0
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://homepage.ntlworld.com/jfe1205/OggVorbis/

MAINTAINER= pav@FreeBSD.org
COMMENT=    Split multiplexed (grouped or chained) Ogg files into separate streams

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

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_AUTOTOOLS=  automake:15 autoconf:261
AUTOMAKE_ARGS=  --add-missing

MAN1=       oggsplit.1
PLIST_FILES=    bin/oggsplit

pre-configure:
    @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})

.include <bsd.port.mk>