1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/libvorbis/Makefile

30 lines
597 B
Makefile
Raw Normal View History

# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
PORTNAME= libvorbis
PORTVERSION= 1.3.5
PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
2003-02-21 12:52:52 +00:00
COMMENT= Audio compression codec library
LIB_DEPENDS= libogg.so:audio/libogg
USES= libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
INSTALL_TARGET= install-strip
TEST_TARGET= check
2013-05-22 15:29:09 +00:00
OPTIONS_DEFINE= DOCS
post-install:
cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
.include <bsd.port.mk>