aboutsummaryrefslogtreecommitdiffstats
path: root/audio/oggsplit/Makefile
blob: 09c9277065137dbaa5ffc557d3f6bbe6b62f3b44 (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=   4
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.7:${PORTSDIR}/audio/libogg

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

MAN1=       oggsplit.1
PLIST_FILES=    bin/oggsplit

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

.include <bsd.port.mk>