7ae3f48312
links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# Created by: t.vanklaveren@student.utwente.nl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libogg
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Ogg bitstream library
|
|
|
|
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>
|