1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/libogg/Makefile
Christian Weisgerber d570fb971e Maintenance update to libogg 1.1.3 and libvorbis 1.1.2.
No user-visible changes.
2005-12-03 22:13:25 +00:00

28 lines
493 B
Makefile

# New ports collection makefile for: libogg
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libogg
PORTVERSION= 1.1.3
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Ogg bitstream library
USE_AUTOTOOLS= libtool:15:inc
USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""
.else
MAKE_ENV= DOC=doc
.endif
.include <bsd.port.mk>