opnsense-ports/audio/libogg/Makefile
Franco Fichtner db6917d974 audio/libogg: sync with upstream
Taken from: HardenedBSD
2018-02-28 08:05:44 +01:00

25 lines
524 B
Makefile

# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
PORTNAME= libogg
PORTVERSION= 1.3.3
PORTEPOCH= 4
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \
https://download.videolan.org/videolan/testing/contrib/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>