aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libogg/Makefile
blob: 77030d0742a0180e79cfcda60b451f616e7b5aed (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
# New ports collection makefile for:    libogg
# Date created:             18 October 2000
# Whom:                 t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#

PORTNAME=   libogg
PORTVERSION=    1.0.r2
PORTEPOCH=  2
CATEGORIES= audio
MASTER_SITES=   http://www.vorbis.com/files/rc2/unix/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.r/rc/}

MAINTAINER= naddy@FreeBSD.org

USE_LIBTOOL=    yes

.if defined(NOPORTDOCS)
MAKE_ENV=   DOC=""
.else
MAKE_ENV=   DOC=doc
.endif

.include <bsd.port.mk>