* Define LICENSE * Clean up Makefile * Import patches from Debian and Gentoo for various bug fixes References: https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0001-configure.in-adjust-variable-formatting.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0002-ogmsplit.1-spell-correct.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0003-ogmmerge-spell-correct.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0004-ogminfo-timestamp-correction.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0006-pass-CFLAGS.patch/ https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-comments.patch https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-gcc11.patch
28 lines
718 B
Makefile
28 lines
718 B
Makefile
PORTNAME= ogmtools
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 17
|
|
CATEGORIES= multimedia audio
|
|
MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Tools to extract from/get info about/create OGG media streams
|
|
WWW= https://www.bunkus.org/videotools/ogmtools/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
|
libvorbis.so:audio/libvorbis
|
|
|
|
USES= autoreconf localbase:ldflags tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DVDREAD
|
|
OPTIONS_DEFAULT=DVDREAD
|
|
OPTIONS_SUB= yes
|
|
DVDREAD_DESC= DVD title chapter extraction via libdvdread
|
|
|
|
DVDREAD_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
|
|
DVDREAD_CONFIGURE_WITH= dvdread
|
|
|
|
.include <bsd.port.mk>
|