aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libogg/Makefile
blob: da172eaf213b7094f927e839a216f23af2d14806 (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
# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$

PORTNAME=   libogg
PORTVERSION=    1.3.3
PORTEPOCH=  4
CATEGORIES= audio
MASTER_SITES=   http://downloads.xiph.org/releases/ogg/

MAINTAINER= naddy@FreeBSD.org
COMMENT=    Ogg bitstream library

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       libtool pathfix tar:xz
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
TEST_TARGET=    check

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>