blob: 1361edddb5b3955d3d6fde90bbdad7cc036a7f2e (
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
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= oggsplit
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://homepage.ntlworld.com/jfe1205/OggVorbis/
MAINTAINER= ports@FreeBSD.org
COMMENT= Split multiplexed (grouped or chained) Ogg files into separate streams
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
USES= gmake
USE_BZIP2= yes
USE_AUTOTOOLS= automake autoconf
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
MAN1= oggsplit.1
PLIST_FILES= bin/oggsplit
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
.include <bsd.port.mk>
|